char_str 0.0.1

Compact owned string types forked from lean_string for Ruff and ty.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "arbitrary")]
mod arbitrary;

#[cfg(feature = "serde")]
mod serde;

#[cfg(feature = "get-size")]
mod get_size;

#[cfg(feature = "salsa")]
mod salsa;