Crates.io | residua-cesu8 |
lib.rs | residua-cesu8 |
version | 2.0.0 |
source | src |
created_at | 2021-04-04 02:17:12.455828 |
updated_at | 2022-09-25 02:22:13.244007 |
description | A library for converting between CESU-8 and UTF-8. |
homepage | |
repository | https://github.com/residua/cesu8 |
max_upload_size | |
id | 378595 |
size | 29,106 |
A simple library for converting between CESU-8 and UTF-8.
View the examples and documentation on docs.rs
here: https://docs.rs/residua-cesu8.
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"
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.