icu_locale_core/preferences/extensions/unicode/macros/mod.rs
1// This file is part of ICU4X. For terms of use, please see the file
2// called LICENSE at the top level of the ICU4X source tree
3// (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).
4
5mod enum_keyword;
6mod struct_keyword;
7
8#[doc(inline)]
9pub use enum_keyword::enum_keyword;
10#[doc(inline)]
11pub use struct_keyword::struct_keyword;