8 releases (2 stable)
2.0.0 | Sep 25, 2022 |
---|---|
1.0.0 | Sep 17, 2022 |
0.5.0 | May 22, 2021 |
0.4.2 | Apr 10, 2021 |
0.1.0 | Apr 4, 2021 |
#2022 in Encoding
357 downloads per month
Used in 3 crates
11KB
100 lines
residua-mutf8
A simple library for converting between MUTF-8 and UTF-8.
Documentation
View the examples and documentation on docs.rs
here: https://docs.rs/residua-mutf8.
Usage
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"
Features
std
implementsstd::error::Error
onError
. By default, this feature is enabled.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~16KB