gecko-dev/third_party/rust/icu_provider_adapters
Makoto Kato ef0c3cc7c9 Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers
Depends on D193881

Differential Revision: https://phabricator.services.mozilla.com/D193882
2023-12-04 09:02:35 +00:00
..
src Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00
tests/data Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00
.cargo-checksum.json Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00
Cargo.toml Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00
LICENSE Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00
README.md Bug 1854031 - Part 6. Run ./mach vendor rust. r=TYLin,supply-chain-reviewers 2023-12-04 09:02:35 +00:00

README.md

icu_provider_adapters crates.io

Adapters for composing and manipulating data providers.

  • Use the [fork] module to marshall data requests between multiple possible providers.
  • Use the [either] module to choose between multiple provider types at runtime.
  • Use the [filter] module to programmatically reject certain data requests.
  • Use the [fallback] module to automatically resolve arbitrary locales for data loading.

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.