immutable string
Immutable Single Instance Strings for Rust
Short (up to 65,535 bytes) immutable strings to e.g. parse tokens, implemented in Rust. These are sometimes called 'German Strings', because Germans have written the paper mentioning them.
Cheaply clonable and slicable immutable strings
An immutable string implementation optimized for small strings and comparison.
Compact representation of UTF-8 Strings that are immutable and less than 256 bytes in length.
Immutable string stored inline or on heap
how to understand the borrowing in rust
Immutable, reference-counted strings for rust
Certification for static assets served over HTTP on the Internet Computer
Efficent and immutable string type, backed by inline-array
Global immutable string pool, like Java