rust/library/core/src/char
Arpad Borsos 488598c183
Add a lower bound check to unicode-table-generator output
This adds a dedicated check for the lower bound
(if it is outside of ASCII range) to the output of the `unicode-table-generator` tool.

This generalized the ASCII-only fast-path, but only for the `Grapheme_Extend` property for now,
as that is the only one with a lower bound outside of ASCII.
2024-04-20 10:16:45 +02:00
..
convert.rs Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00
decode.rs Substitute version placeholders 2023-11-15 19:40:51 -05:00
methods.rs Add a lower bound check to unicode-table-generator output 2024-04-20 10:16:45 +02:00
mod.rs Reimplement CaseMappingIter with core::array::IntoIter 2024-03-18 23:07:28 -04:00