#ascii #characters #file

yanked asciiutils

Utilities to handle ASCII characters

Uses old Rust 2015

0.8.1 Dec 5, 2016
0.8.0 Dec 3, 2016
0.7.3 Nov 21, 2016
0.7.2 Oct 7, 2016
0.5.2 Jun 16, 2016

#85 in #characters


Used in fastchemail

MPL-2.0 license

13KB
311 lines

asciiutils

A Rust library to handle ASCII characters.

Table of Contents

Install

Add to your 'Cargo.toml' file:

[dependencies]
asciiutils = "^0"

and to your crate root:

extern crate asciiutils;

Usage

Read the documentation.

Contribute

The canonical source of this repository is hosted on GitHub. Please make your issues there.

The pull requests are not accepted without filling an issue, to know wheter what you want to change, it seems to me right for this project.

License

© 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


lib.rs:

Package asciiutils handles ASCII characters.

No runtime deps