Registry / other / icu-testdata

icu-testdata

JSON →
library1.5.0rscratesunverified

Pre-built test data for ICU4X

# Cargo.toml [dependencies] icu_testdata = "1.5.0"
INSTALL
IMPORT
SIG · ICU-TESTDATA
I
icu-testdata
otherrustv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

data_provider
use icu_testdata::data_provider;

Load the pre-built ICU4X test data provider.

use icu_testdata::data_provider; fn main() { let provider = data_provider(); println!("Provider loaded: {:?}", provider); }
Debug
Known issues
gotchaOnly intended for testing; not suitable for production use.
fix
Use icu_provider_blob or icu_provider_fs for production data.
affects: *
Upgrade
Version history
1.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
2
Resources
icu-testdata — cargo add icu-testdata · libregistry