intl 0.1.0

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.
Documentation
1
2
3
4
5
6
7
// @generated by codegen — DO NOT EDIT.
// Regenerate with `cargo run -p codegen` after updating data/ucd/.
#![allow(clippy::all)]
#![allow(unreachable_patterns)]

pub(crate) mod binary_props;
pub(crate) mod general_category;