inlinable_string 0.1.15

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).
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "f7c0a330e1ebc5223925e8c956f5e7075c13b182"
  },
  "path_in_vcs": ""
}