Robert Bastian

Results 55 issues of Robert Bastian

Current architecture: ```rust pub trait DataMarker { ... } pub trait DynamicDataProvider { load(&self, DataKey, DataRequest) } pub trait KeyedDataMarker: DataMarker { const KEY: DataKey; } pub trait DataProvider {...

C-data-infra
discuss-priority

[WB3c](https://www.unicode.org/reports/tr29/#WB3c) and [WB3c](https://www.unicode.org/reports/tr29/#WB3c) interact in the same way [LB8a](https://www.unicode.org/reports/tr14/#LB8a) and [LB9](https://www.unicode.org/reports/tr14/#LB9) do. A correct implementation of that would require either duplicating every state as in https://github.com/unicode-org/icu4x/pull/4389, or hoisting the two...

cc @Manishearth