Owned, grow-able UTF-8 string that stores small strings inline
The `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 "no_std" feature of the "inlinable_string" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1.15-9.fc41 | - |
Fedora 41 | 0.1.15-9.fc41 | - |
Fedora 40 | 0.1.15-7.fc40 | - |
You can contact the maintainers of this package via email at
rust-inlinable_string dash maintainers at fedoraproject dot org
.