Uses old Rust 2015
0.0.2 |
|
---|---|
0.0.1 |
|
#56 in #characters
37KB
311 lines
unichars
Constant, categorized collections of characters.
Example
extern crate unichars;
use unichars::ASCII;
fn main() {
println!("{:?}", ASCII[16]); // will print '1'
}