lean_string 0.5.1

Compact, clone-on-write string.
Documentation
1
2
3
4
5
6
7
8
mod reserve_error;
pub use reserve_error::ReserveError;

mod from_utf16_error;
pub use from_utf16_error::FromUtf16Error;

mod to_lean_string_error;
pub use to_lean_string_error::ToLeanStringError;