#utf-8 #cesu8 #encode #decode #no-std

no-std residua-cesu8

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

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 Apr 4, 2021

#2159 in Encoding

Download history 326/week @ 2023-12-11 51/week @ 2023-12-18 49/week @ 2023-12-25 26/week @ 2024-01-01 39/week @ 2024-01-08 48/week @ 2024-01-15 48/week @ 2024-01-22 40/week @ 2024-01-29 62/week @ 2024-02-05 67/week @ 2024-02-12 69/week @ 2024-02-19 148/week @ 2024-02-26 102/week @ 2024-03-04 108/week @ 2024-03-11 301/week @ 2024-03-18 92/week @ 2024-03-25

625 downloads per month
Used in 19 crates (via residua-mutf8)

MIT/Apache

16KB
235 lines

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.

No runtime deps

Features