renato-zannon / rust-ascii

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This packages includes the Ascii type and related functionality that were removed from the Rust standard library on the 2014-12 reform of the std::ascii module.

Ascii is a wrapper for u8 force the value to be within the ASCII range (0x00 to 0x7F). Vec<Ascii> and [Ascii] are naturally strings of text entirely within the ASCII range.

About


Languages

Language:Rust 100.0%