/rust-codecs

Implementing (text/unicode.org) codecs in rust. Also learning rust.

Primary LanguageRustMIT LicenseMIT

rust-codecs

Implementing (text/unicode.org) codecs in rust. Also learning rust.

iso_*.rs and codecs.rs is generated by generate_encodings.rs uses the ISO specifications to generate charmaps which are used to encode/decode text.

Depends on std::unicode being public.