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
Part of #6169
Adds:
- `rust_link` for to/from ICU4X APIs. Rename them a bit. I am _not_
renaming them to have icu4c in their name because in the context of
ICU4X FFI the property integers are not just useful for ICU4X: they're
useful for CodePointMapData (which does not return typed values)
- `for_char` convenience APIs over FFI, providing a no-alloc way to get
properties
- `long_name` and `short_name` APIs, only in compiled data mode. We can
add a separate data loading path if requested
- Bidi convenience properties, only in compiled data mode. We can add a
separate data path if requested, again.
<!--
Thank you for your pull request to ICU4X!
Reminder: try to use [Conventional
Comments](https://conventionalcomments.org/) to make comments clearer.
Please see
https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for
general
information on contributing to ICU4X.9
-->
Everything except for datetime should be clean. Datetime FFI may not hit 2.0-beta2.
@robertbastian to figure out timezones, @Manishearth to do everything else.
The text was updated successfully, but these errors were encountered: