char_str 0.0.2

Compact owned string types forked from lean_string for Ruff and ty.
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_char_string_error;
pub use to_char_string_error::ToCharStringError;