ascii_utils

Crates.ioascii_utils
lib.rsascii_utils
version0.9.3
sourcesrc
created_at2016-12-07 16:09:02.005042
updated_at2017-01-31 11:02:59.368219
descriptionUtilities to handle ASCII characters
homepage
repositoryhttps://github.com/tredoe/ascii_utils
max_upload_size
id7502
size30,498
Jonas mg (tredoe)

documentation

https://docs.rs/ascii_utils

README

ascii_utils

A Rust library to handle ASCII characters.

Table of Contents

Install

Add to your 'Cargo.toml' file:

[dependencies]
ascii_utils = "^0"

and to your crate root:

extern crate ascii_utils;

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

Commit count: 10

cargo fmt