Crates.io | unichars |
lib.rs | unichars |
version | 0.0.2 |
source | src |
created_at | 2017-01-22 17:41:07.896497 |
updated_at | 2017-09-01 10:34:32.673219 |
description | Constant, categorized collections of characters |
homepage | |
repository | https://gitlab.com/Sakuhl/unichars/ |
max_upload_size | |
id | 8172 |
size | 71,913 |
Constant, categorized collections of characters.
extern crate unichars;
use unichars::ASCII;
fn main() {
println!("{:?}", ASCII[16]); // will print '1'
}