You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unicode properties in components/uniset/src/props.rs
CodePointTrie in utils/codepointtrie
I think we should move components/uniset to utils/uniset, but we should keep the properties stuff in a new crate such as components/properties or components/uprops.
Is a/the guiding principle here that utils includes data structures like FixedDecimal, CodePointTrie, UnicodeSet, and the user-facing APIs live in components? If so, everything above makes sense.
As of #1114, we have:
components/uniset
components/uniset/src/props.rs
utils/codepointtrie
I think we should move
components/uniset
toutils/uniset
, but we should keep the properties stuff in a new crate such ascomponents/properties
orcomponents/uprops
.Thoughts? Approval?
The text was updated successfully, but these errors were encountered: