Expand description
This crate defines various string helpers. All of the structs
are ABI stable (as in #[repr(C)]).
The crate is #![no_std].
Modulesยง
- immutable
- Holds definition of
ImmutableStringand itsImmutableStringBuilder.
This crate defines various string helpers. All of the structs
are ABI stable (as in #[repr(C)]).
The crate is #![no_std].
ImmutableString and its ImmutableStringBuilder.