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

`Debug` now delegates to `str`. #17

Closed ArtemGr closed 6 years ago

fitzgen commented 6 years ago

Published!

ArtemGr commented 6 years ago

Woot!