open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust

Home Page:https://crates.io/crates/unic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefer stream-safe normalisation routines

clarfonthey opened this issue · comments

See unicode-rs/unicode-normalization#20 for rationale, and https://unicode.org/reports/tr15/#UAX15-D4 for a description of the algorithm.

This would allow us to do no-allocation normalisation, making all of the normal forms available on no_std.