FenrirWolf / rust-wtf8

Rust implementation of the WTF-8 encoding.

Home Page:https://simonsapin.github.io/rust-wtf8/wtf8/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-wtf8

Implementation of the WTF-8 encoding.

Documentation

========= This crate depends on the standard library by default, but can optionally depend on core, collections, and rustc_unicode by using default-features = false in your Cargo.toml as shown below:

[dependencies]
wtf8 = { version = "0.0.3", default-features = false }

About

Rust implementation of the WTF-8 encoding.

https://simonsapin.github.io/rust-wtf8/wtf8/index.html

License:MIT License


Languages

Language:Rust 100.0%