10 releases (2 stable)
2.0.0 | Sep 25, 2022 |
---|---|
1.0.0 | Sep 17, 2022 |
0.6.0 | May 22, 2021 |
0.5.2 | May 7, 2021 |
0.1.0 |
|
#2264 in Encoding
363 downloads per month
Used in 4 crates
(via residua-mutf8)
16KB
235 lines
cesu8
A simple library for converting between CESU-8 and UTF-8.
Documentation
View the examples and documentation on docs.rs
here: https://docs.rs/residua-cesu8.
Usage
This crate is on crates.io and can be used by adding residua-cesu8
to your dependencies in your project's Cargo.toml
:
[dependencies]
residua-cesu8 = "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.