residua-cesu8

Crates.ioresidua-cesu8
lib.rsresidua-cesu8
version2.0.0
sourcesrc
created_at2021-04-04 02:17:12.455828
updated_at2022-09-25 02:22:13.244007
descriptionA library for converting between CESU-8 and UTF-8.
homepage
repositoryhttps://github.com/residua/cesu8
max_upload_size
id378595
size29,106
Sean C. Roach (seancroach)

documentation

README

cesu8

A simple library for converting between CESU-8 and UTF-8.

Build Status Latest Version

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 implements std::error::Error on Error. By default this feature is enabled.

License

Licensed under either of

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.

Commit count: 37

cargo fmt