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).
Read and write Fuchsia Trace Format (FTF) traces with Rust
An array-based string type
Compact inlined strings
A simple to use, copy/clone-efficient inline string type for Rust
A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants.
Memory-Optimized Objects and Strings (MOOS)
An easy-to-use data pak format for games.
A single WORD small string optimization library.
Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting
rusty-css is a way to write css in rust without leaving the rust syntax or making properties inaccessible
Types for inlining small collections for avoiding unnecessary heap allocations