| Crates.io | icu_provider_registry |
| lib.rs | icu_provider_registry |
| version | 2.0.0 |
| created_at | 2024-11-23 02:10:30.350929+00 |
| updated_at | 2025-05-07 21:00:55.250574+00 |
| description | A registry of all ICU4X data markers |
| homepage | https://icu4x.unicode.org |
| repository | https://github.com/unicode-org/icu4x |
| max_upload_size | |
| id | 1458145 |
| size | 38,832 |
Exposes the list of all known DataMarkers.
This is modeled as a macro that accepts a callback macro of the shape:
macro_rules! cb {
($($marker_ty:ty:$marker:ident,)+ #[experimental] $($emarker_ty:ty:$emarker:ident,)+) => {
// Do something for each marker, or each experimental marker
};
}
Calling this as registry!(cb); evaluates cb with the list of markers.
For more information on development, authorship, contributing etc. please visit ICU4X home page.