Support crate for 'flexstr' and 'inline_flexstr'
Parse, don't validate! No-std bounded string with compile-time length limits and policies
Export data from SQL databases in various formats
An intepreter for a dynamic language implemented in Rust
A simple to use, copy/clone-efficient inline string type for Rust
A flexible, simple to use, clone-efficient string type for Rust
An immutable fixed capacity stack based generic copy string
A memory efficient string type that transparently stores strings on the stack, when possible
strings of constant maximum size that can be copied and stack allocated using const generics
A fork of fixedstr, which add more const functions to it.
Compact, clone-on-write string.
Yet another string for Rust: zero-cost borrow and slicing, inline representation for small strings, (atomic) reference counting