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

Serde feature #11

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

How would you feel about a feature-gated serde implementation for InlineString? It would save having to create wrappers in downstream crates for serialising/deserialising into inlinable strings.

If it's something you're interested in I'm happy to do it over the weekend, it'd be pretty trivial to do.

fitzgen commented 7 years ago

Sounds great to me! Thanks @KodrAus