1//! `ucd_general_category_ranges`
2//!
3//! Ranges of codepoints generated from the Unicode Character Database.
45pub mod categories;
67pub use categories::GeneralCategory;
8#[cfg(feature = "py-regex")]
9pub use categories::py::PyCategory;
1011include!(concat!(env!("OUT_DIR"), "/ranges.rs"));