Robert Bastian
Robert Bastian
> Should we consider introducing a new crate prefix for these cases? cldr_ and ldml_ were proposed above, but we could use anything else like icu_util_. I think this should...
It could be in the meta crate behind the experimental flag
That said, if `icu_pattern` is stabilising in the timeframe of utilities 1.0, then maybe it's a utility.
Can you locate this missing value in CLDR-JSON?
That^ PR is not related to this. It does not remove the `sd` locale, because there is data for it.
I'm in favour of `R::Options` for usability.
This would produce good documentation, so I'm onboard.
> 1. Keep GetInput but make it sealed and only implemented on our blessed types > 2. Create different format_date, format_time, format_datetime, ... functions, taking the concrete types and enabled/disabled...
I don't know why it doesn't work in CI, but even locally this shouldn't work, because the `rustdoc-types` dependency is tightly coupled to nightly ranges.
This will be annoying to do, because `make-bakeddata` (and baked exporter) works on a data crate at a time.