Simple and bad library for fetching unicode character names and some other stuff.
How to use:
We use our own Character tuple struct: (chararacter char, name String, hex code String, int code u32)
Get information by a name:
extern crate sigil;
assert_eq!;
Get information by a character:
assert_eq!;
Get all unicode stuff as a vector of Characters:
assert_eq!;