mod exact;
mod projection;
pub use exact::{
CodePointIter, CodeUnitOffset, CodeUnitRange, CodeUnitString, CodeUnitStringError,
InvalidSurrogate, MAX_CODE_UNITS, OffsetConversionError, ScalarOffset, ScalarRange,
};
pub use projection::{
CODE_UNIT_STRING_SYMBOL, CodeUnitStringReadConstructor, CodeUnitStringShape,
code_unit_string_browse, code_unit_string_from_expr, code_unit_string_to_expr, scalar_text,
};
#[cfg(test)]
mod tests;