Owned, grow-able UTF-8 string that stores small strings inline
`inlinable_string` crate provides the `InlinableString` type -- an owned, grow- able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type). This package contains library source intended for building other packages which use the "serde" feature of the "inlinable_string" crate.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.1.15-2.fc37 | - |
You can contact the maintainers of this package via email at
rust-inlinable_string dash maintainers at fedoraproject dot org.