dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
308 stars 37 forks source link

Replace 'decode' terminology with 'render' #53

Closed dtolnay closed 6 days ago

dtolnay commented 6 days ago

"Decode" ordinarily refers to turning a serialized representation into an in-memory representation, which is the opposite of what is happening in this code. We could say "encode" but "render" is even clearer.