Skip to content

nicbn/rust-wtf8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }

Packages

No packages published

Languages

  • Rust 100.0%