You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pantonshire 26ee43af2e make Combining column human-readable
This patch introduces a `CombiningClass` type to represent the canonical
combining class of a codepoint. The `fmt::Display` implementation of
this type writes the human-readable name of the combining class, if
there is one. This replaces the previous behaviour, which was to just
print the raw byte value of the combining class.
3 years ago
..
src make Combining column human-readable 3 years ago
Cargo.toml update Cargo.toml information 3 years ago
build.rs Initial commit 3 years ago