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)

Download history 17/week @ 2025-01-20 3/week @ 2025-01-27 9/week @ 2025-02-03 11/week @ 2025-02-10 22/week @ 2025-02-17 172/week @ 2025-02-24 68/week @ 2025-03-03 67/week @ 2025-03-10 86/week @ 2025-03-17 99/week @ 2025-03-24 29/week @ 2025-03-31 55/week @ 2025-04-07 28/week @ 2025-04-14 37/week @ 2025-04-21 23/week @ 2025-04-28 211/week @ 2025-05-05

301 downloads per month
Used in 5 crates (4 directly)

Unicode-3.0

32KB
314 lines

icu_provider_registry crates.io

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.

More Information

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

No runtime deps