Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 426 Bytes

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 }