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

Optional Serde support - version bump #13

Closed ArtemGr closed 7 years ago

fitzgen commented 7 years ago

Published to crates.io, also added you as an owner so you can publish now too @ArtemGr

Thanks again!