-
Notifications
You must be signed in to change notification settings - Fork 466
unicode
crate availability?
#41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Would it be worth spinning these tables out into a separate |
Currently there are not plans to distribute or stabilize |
We dropped reliance on the |
The regex crate keeps its own tables now (rust-lang/regex#41) so we don't need them here. [breaking-change]
The regex crate keeps its own tables now (rust-lang/regex#41) so we don't need them here. [breaking-change]
At some point, it looks like all of the character class definitions got migrated out of
regex
and into a separateunicode
crate: http://doc.rust-lang.org/unicode/regex/ --- What are the stability plans forunicode
? My guess is that things likePERLD
aren't going to be included in the Rust distribution, so we'll need to plan to move forward on that.The text was updated successfully, but these errors were encountered: