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

Improve deserialize #18

Closed michalsrb closed 4 years ago

michalsrb commented 4 years ago

Two improvements for deserialization:

More details in commit messages.

ArtemGr commented 4 years ago

Awesome, thanks! I'll bump the version later.

ArtemGr commented 4 years ago

0.1.11 published to crates.io