-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up KeyedDataProvider and get_all_resc_keys() #442
Comments
This comment has been minimized.
This comment has been minimized.
This is a child of #568, so assigning it to @nordzilla. |
Consider something like this: pub trait KeyedDataProvider2 {
const KEYS: &[&ResourceKey];
} |
Originally posted by @Manishearth in #1455 (comment) |
Blocked on #1512 |
provider_cldr/src/transform/mod.rs has a lot of boilerplate that is hard to maintain. Figure out how to make it more automated. Maybe introduce a macro_rules.
The text was updated successfully, but these errors were encountered: