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

Implement FromStr for InlinableString (#29) #32

Closed hniksic closed 3 years ago

hniksic commented 3 years ago

Closes #29

ArtemGr commented 3 years ago

Awesome! Can you bump the Cargo.toml minor version too?

hniksic commented 3 years ago

Can you bump the Cargo.toml minor version too?

Done!

ArtemGr commented 3 years ago

Published, https://crates.io/crates/inlinable_string/0.1.14