Remove the UnicodeVersion struct containing major, minor and update fields and replace it with a 3-tuple containing the version number. As the value of each field is limited to 255 use u8 to store them. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| printable.py | ||
| printable.rs | ||
| unicode_data.rs | ||