unicode-categories icon indicating copy to clipboard operation
unicode-categories copied to clipboard

Get unicode category

Open windelbouwman opened this issue 5 years ago • 2 comments

Hi,

I would like to use this crate, but I need a function that returns the category from the crate.

For example:

let c = 'A';
assert_eq!(c.category(), "Lu");

Would this be something that could be implemented in this crate?

windelbouwman avatar Jun 26 '19 08:06 windelbouwman