icu_provider_registry

Crates.ioicu_provider_registry
lib.rsicu_provider_registry
version2.0.0-beta1
sourcesrc
created_at2024-11-23 02:10:30.350929
updated_at2024-11-23 02:10:30.350929
descriptionA registry of all ICU4X data markers
homepagehttps://icu4x.unicode.org
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id1458145
size33,177
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

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: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.

More Information

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

Commit count: 3709

cargo fmt