#ascii #characters #file

ascii_utils

Utilities to handle ASCII characters

3 unstable releases

Uses old Rust 2015

0.9.3 Jan 31, 2017
0.9.2 Jan 31, 2017
0.8.3 Dec 23, 2016

#1847 in Text processing

Download history 52908/week @ 2023-12-14 27592/week @ 2023-12-21 34381/week @ 2023-12-28 60292/week @ 2024-01-04 65602/week @ 2024-01-11 69402/week @ 2024-01-18 61564/week @ 2024-01-25 66955/week @ 2024-02-01 68590/week @ 2024-02-08 62377/week @ 2024-02-15 74273/week @ 2024-02-22 76043/week @ 2024-02-29 66842/week @ 2024-03-07 74345/week @ 2024-03-14 71412/week @ 2024-03-21 61509/week @ 2024-03-28

290,899 downloads per month
Used in 42 crates (via fast_chemail)

MPL-2.0 license

13KB
313 lines

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


lib.rs:

Handles ASCII characters.

No runtime deps