#characters #ascii #symbols #unicode #categories

yanked unichars

Constant, categorized collections of characters

Uses old Rust 2015

0.0.2 Sep 1, 2017
0.0.1 Jan 22, 2017

#89 in #characters

GPL-3.0 license

37KB
311 lines

unichars

Constant, categorized collections of characters.

Documentation

Example

extern crate unichars;
use unichars::ASCII;

fn main() {
    println!("{:?}", ASCII[16]); // will print '1'
}

No runtime deps