fitzgen / inlinable_string

An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
http://fitzgen.github.io/inlinable_string/inlinable_string/index.html
Other
69 stars 11 forks source link

impl fmt::Write #14

Closed ArtemGr closed 6 years ago

ArtemGr commented 6 years ago

Implementing fmt::Write allows us to use the InlinableString for efficient integer-to-string conversions, for example.