//!
//! This is more or less just an initial implementation.
//! Currently, only from raw mutf8 and to utf8 operations are supported.
//! Ideally, this will turn into a "complete enough" mutf8 library for use in other libs/apps.
//!
pub use mutf8_to_utf8;
pub use utf8_to_mutf8;
pub use crateMString;
pub use cratemstr;