unicode-org / icu4x

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

Move pattern and skeleton modules to provider #5744

Closed sffc closed 3 weeks ago

sffc commented 3 weeks ago

1317

These are internal types used primarily for datagen and databake.

I need to move these now because I need both namespaces for new public types.

I also changed things from pub to pub(crate) where possible and deleted resulting dead code.