// @generated
include!("locale_likely_subtags_language_v1.rs.data" );
include!("locale_parents_v1.rs.data" );
include!("locale_exemplar_characters_main_v1.rs.data" );
include!("locale_exemplar_characters_numbers_v1.rs.data" );
include!("locale_aliases_v1.rs.data" );
include!("locale_exemplar_characters_index_v1.rs.data" );
include!("locale_exemplar_characters_auxiliary_v1.rs.data" );
include!("locale_likely_subtags_extended_v1.rs.data" );
include!("locale_script_direction_v1.rs.data" );
include!("locale_likely_subtags_script_region_v1.rs.data" );
include!("locale_exemplar_characters_punctuation_v1.rs.data" );
/// Marks a type as a data provider. You can then use macros like
/// `impl_core_helloworld_v1` to add implementations.
///
/// ```ignore
/// struct MyProvider;
/// const _: () = {
/// include!("path/to/generated/macros.rs");
/// make_provider!(MyProvider);
/// impl_core_helloworld_v1!(MyProvider);
/// }
/// ```
#[ doc(hidden)]
#[ macro_export]
macro_rules! __make_provider {
($ name : ty) => {
#[ clippy::msrv = "1.83" ]
impl $name {
#[ allow(dead_code)]
pub (crate ) const MUST_USE_MAKE_PROVIDER_MACRO: () = ();
}
icu_provider::marker::impl_data_provider_never_marker!($name);
};
}
#[ doc(inline)]
pub use __make_provider as make_provider;
/// This macro requires the following crates:
/// * `icu`
/// * `icu_locale_core`
/// * `icu_provider`
/// * `icu_provider/baked`
/// * `zerovec`
#[ allow(unused_macros)]
macro_rules! impl_data_provider {
($ provider : ty) => {
make_provider!($provider);
impl_locale_likely_subtags_language_v1!($provider);
impl_locale_parents_v1!($provider);
impl_locale_exemplar_characters_main_v1!($provider);
impl_locale_exemplar_characters_numbers_v1!($provider);
impl_locale_aliases_v1!($provider);
impl_locale_exemplar_characters_index_v1!($provider);
impl_locale_exemplar_characters_auxiliary_v1!($provider);
impl_locale_likely_subtags_extended_v1!($provider);
impl_locale_script_direction_v1!($provider);
impl_locale_likely_subtags_script_region_v1!($provider);
impl_locale_exemplar_characters_punctuation_v1!($provider);
};
}
Messung V0.5 in Prozent C=83 H=96 G=89
¤ Dauer der Verarbeitung: 0.3 Sekunden
¤
*© Formatika GbR, Deutschland