asciiutils 0.6.3

Utilities to handle ASCII characters
Documentation

asciiutils

A Rust library to handle ASCII characters.

Documentation

Table of Contents

Canonical Source

The canonical source of this repository is hosted on GitHub. If you have a GitHub account, please make your issues, and pull requests there.

Installation

Add to your Cargo.toml file:

[dependencies]
asciiutils = "^0.6"

and to your crate root:

extern crate asciiutils;

Copyright and License

© 2016 Jonas mg See the 'AUTHORS.md' file for a full list of authors.