A Rust library to handle ASCII characters.
The canonical source of this repository is hosted on GitHub. If you have a GitHub account, please make your issues, and pull requests there.
Add to your Cargo.toml
file:
toml
[dependencies]
asciiutils = "^0.6"
and to your crate root:
rust
extern crate asciiutils;
© 2016 Jonas mg See the 'AUTHORS.md' file for a full list of authors.