unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.38k stars 178 forks source link

Add FFI for Property Enums #5841

Closed Manishearth closed 2 days ago

Manishearth commented 2 days ago

Fixes https://github.com/unicode-org/icu4x/issues/4686

We removed BidiAuxiliaryProps, it seems, so this doesn't add that. It also doesn't add enum-to-name at the moment, we can add later if we wish.