minirust
minirust copied to clipboard
Add support for 'char'
This is basically a 4-byte integer type, but with a particular validity invariant: in must be in the range 0..=0x10FFFF
, and not in the range 0xD800..=0xDFFF
.