#unicode #categories #characters #ascii #symbols

yanked unichars

Constant, categorized collections of characters

Uses old Rust 2015

0.0.2 Sep 1, 2017
0.0.1 Jan 22, 2017

#13 in #characters

GPL-3.0 license

37KB
388 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