mut-str 1.0.2

A toolkit for working with mutable string slices (&mut str).
Documentation
1
2
3
4
5
6
7
8
mod cmrs;
mod crs;

pub use cmrs::*;
pub use crs::*;

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