Module prelude

Source
Expand description

Most used traits and data-strucutres

Re-exports§

pub use crate::drain::Drain;
pub use crate::error::OutOfBounds;
pub use crate::error::Utf16;
pub use crate::error::Utf8;
pub use crate::CacheString;
pub use crate::MaxString;
pub use crate::SmallString;

Structs§

ArrayString
String based on a generic array (size defined at compile time through typenum)