Skip to content

pfalabella/rust-ascii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%