A string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.
Vector-like facade for arrays allocated entirely on the stack.
A const lenght stack str
Fast heterogeneous / unsized stack
A high-performance Rust library for generating UUID v7 compatible identifiers.
Fork of the selfref library, with some additions
high level error propogation with software controlled backtraces
Provide a stack allocated String for no-std or const environement
Efficent and immutable string type, backed by inline-array
Memory-Optimized Objects and Strings (MOOS)
The simplest and the fastest implementation of a fixed-size stack on stack
A String-like but using SmallVec internally