residua-mutf8

Crates.ioresidua-mutf8
lib.rsresidua-mutf8
version2.0.0
sourcesrc
created_at2021-04-04 02:18:20.819576
updated_at2022-09-25 03:58:34.821579
descriptionA library for converting between MUTF-8 and UTF-8.
homepage
repositoryhttps://github.com/residua/mutf8
max_upload_size
id378596
size24,171
Sean C. Roach (seancroach)

documentation

README

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.

Commit count: 12

cargo fmt