cesu8-str 1.2.1

CESU-8 and Java CESU-8 string validation and manipulation.
Documentation
1
2
3
4
5
6
7
8
9
mod iter;
mod str;
mod string;

pub(crate) use iter::{InternalCharIndices, InternalChars};
pub(crate) use str::InternalStr;

#[cfg(feature = "alloc")]
pub(crate) use string::InternalString;