unichars

Crates.iounichars
lib.rsunichars
version0.0.2
sourcesrc
created_at2017-01-22 17:41:07.896497
updated_at2017-09-01 10:34:32.673219
descriptionConstant, categorized collections of characters
homepage
repositoryhttps://gitlab.com/Sakuhl/unichars/
max_upload_size
id8172
size71,913
Arne Keller (FliegendeWurst)

documentation

https://docs.rs/unichars/

README

unichars

Constant, categorized collections of characters.

Documentation

Example

extern crate unichars;
use unichars::ASCII;

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

cargo fmt