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

Bump version to include string deserialization improvements #19

Closed ArtemGr closed 4 years ago

ArtemGr commented 4 years ago

Hint that the Deserialize type is expecting a string value. Take advantage of already allocated String, if that's what the Deserializer gives us.

18