3 releases (1 stable)
new 2.0.0 | May 7, 2025 |
---|---|
2.0.0-beta2 | Feb 26, 2025 |
2.0.0-beta1 | Nov 23, 2024 |
#535 in Internationalization (i18n)
301 downloads per month
Used in 5 crates
(4 directly)
32KB
314 lines
icu_provider_registry 
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_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.
More Information
For more information on development, authorship, contributing etc. please visit ICU4X home page
.