Pure-Rust, no_std internationalization primitives. Provides a `unicode` module (General_Category + character predicates) with property tables compiled into const-fn match lookups and feature-selectable codepoint ranges.
// @generated by codegen — DO NOT EDIT.
// Regenerate with `cargo run -p codegen` after updating data/ucd/.
#![allow(clippy::all)]#![allow(unreachable_patterns)]#![allow(dead_code)]pub(crate)modbinary_props;pub(crate)modcase;pub(crate)modeast_asian_width;pub(crate)modgeneral_category;pub(crate)modnumeric;pub(crate)modscript;