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.7"
and to your crate root:
rust
extern crate asciiutils;
© 2016 Jonas mg See the 'AUTHORS.md' file for a full list of authors.
The source files are distributed under the terms of the license Mozilla Public License, version 2.0
The snippets of code used in documentation are dedicated to the Public Domain CC0 1.0 Universal