Expand description
A replacement for String that allows storing strings of length up to sizeof
That means on 32bit machines: size_of::
Re-exports§
pub use crate::istring::IString;pub use crate::ibytes::IBytes;pub use crate::small::SmallBytes;pub use crate::small::SmallString;pub use crate::tiny::TinyBytes;pub use crate::tiny::TinyString;