-
Notifications
You must be signed in to change notification settings - Fork 213
Adds UnicodePropertyMapV1 data struct for enumerated properties #1161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adds UnicodePropertyMapV1 data struct for enumerated properties #1161
Conversation
#1162 should help with the custom derives. |
TrieType no longer exists, so we don't need an awkward name for TrieTypeEnum.
3519819
to
0087396
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
} | ||
} | ||
|
||
// impl<'a, T: TrieValue> ZeroCopyFrom<CodePointTrie<'a, T>> for CodePointTrie<'static, T> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Can this be removed?
I'm guessing from the commit that merged in changes from PR #1162 that this can be removed, just checking. If you want, I can remove this in my followup PR, just lmk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, yeah, didn't mean to push this.
Co-authored-by: Shane F. Carr <shane@unicode.org>
Here's my initial draft. Most of the interesting stuff is in
utils/codepointtrie/src/provider.rs
.