A simple library for converting between MUTF-8 and UTF-8.
View the examples and documentation on docs.rs
here: https://docs.rs/residua-mutf8.
This crate is on crates.io and can be used by adding residua-mutf8
to your dependencies in your project's Cargo.toml
:
[dependencies]
residua-mutf8 = "2"
std
implements std::error::Error
on Error
. By default, this feature is
enabled.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.