The icu
crate provides constructors which often require a data provider, like Collator::try_new_unstable
. In the examples they use test data. Is there some data provider I can use for anycase?
The icu
crate provides constructors which often require a data provider, like Collator::try_new_unstable
. In the examples they use test data. Is there some data provider I can use for anycase?