Use `u32` for version components, as `u64` is just an overkill, and `u32` is the default type for integers and the default type used for regular internal numbers. There's no expectation for Unicode Versions to even reach one thousand in the next hundered years. This is different from *package versions*, which may become something auto-generated and exceed human-friendly range of integer values. |
||
|---|---|---|
| .. | ||
| tests | ||
| Cargo.toml | ||
| char.rs | ||
| lib.rs | ||
| lossy.rs | ||
| tables.rs | ||
| u_str.rs | ||
| unicode.py | ||