Crates.io | icu_provider_registry |
lib.rs | icu_provider_registry |
version | 2.0.0-beta1 |
source | src |
created_at | 2024-11-23 02:10:30.350929 |
updated_at | 2024-11-23 02:10:30.350929 |
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 | 33,177 |
Exposes the list of all known DataMarker
s.
This is modeled as a macro that accepts a callback macro of the shape:
macro_rules! cb {
($($marker:path = $path:literal,)+ #[experimental] $($emarker:path = $epath:literal,)+) => {
// 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
.