logo
首页技术栈工具库讨论
inlinable_string

inlinable_string

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).
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
CARGO
cargo install inlinable_string
查看
标签
根据用户添加的标签生成
暂无标签