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 | |
5 | //! Data for the `icu_list` crate |
6 | //! |
7 | //! This data was generated with CLDR version 45.0.0, ICU version icu4x/2024-05-16/75.x, and |
8 | //! LSTM segmenter version v0.1.0. |
9 | |
10 | #![no_std] |
11 | // The source is not readable and is massive as HTML. |
12 | #![doc(html_no_source)] |
13 | |
14 | #[cfg(icu4x_custom_data)] |
15 | include!(concat!(core::env!("ICU4X_DATA_DIR"), "/macros.rs")); |
16 | #[cfg(not(icu4x_custom_data))] |
17 | include!("../data/macros.rs"); |
18 |