unicode-categories
unicode-categories copied to clipboard
Any chance you can publish the latest update an crates.io?
When I check https://crates.io/crates/unicode_categories, I see version 0.1.1, but it is not actually up to date with this repository. I discovered this when I observed out-of-date unicode data.
I will try to import from the repository as a workaround, but it would be nice if the crate could be updated too. Thanks for the useful crate!
This might also close #9
You might be interested in finl_unicode, which I just released on crates.io. It supports the latest Unicode standard and is 10–20 times faster than unicode-categories.
You might be interested in...
Oh, i'm definitely interested. Thanks! :heart: