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

no-std residua-mutf8

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

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

#2038 in Encoding

Download history 322/week @ 2023-12-11 47/week @ 2023-12-18 46/week @ 2023-12-25 24/week @ 2024-01-01 36/week @ 2024-01-08 43/week @ 2024-01-15 47/week @ 2024-01-22 39/week @ 2024-01-29 56/week @ 2024-02-05 64/week @ 2024-02-12 68/week @ 2024-02-19 119/week @ 2024-02-26 97/week @ 2024-03-04 111/week @ 2024-03-11 301/week @ 2024-03-18 86/week @ 2024-03-25

614 downloads per month
Used in 18 crates (3 directly)

MIT/Apache

11KB
100 lines

residua-mutf8

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

Build Status Latest Version

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 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.

Dependencies

~16KB