10 Commits (96d328c829f59dddaeb6eca32ee26d931ddee2d7)
 

Author SHA1 Message Date
pantonshire 96d328c829 support for invalid utf8 3 years ago
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
pantonshire f1355b5fe3
update README to include link to releases page 3 years ago
pantonshire edb418216f update gitignore 3 years ago
pantonshire 9c1a98adb7 add help text for -f flag
This patch adds a documentation comment to `Args.full_category_names`,
which `clap` uses to generate help text for the `-f` flag.
3 years ago
pantonshire 22d7e6a2a7
add README.md 3 years ago
pantonshire 885cee0e1f
add LICENSE file 3 years ago
pantonshire 6ed0de3c7c update Cargo.toml information
This patch updates the Cargo.toml files for both crates in this
repository, adding the author, license, description and repository
fields.
3 years ago
pantonshire 6cb3b0a412 add command line option to show full category name
This patch adds `clap` as a dependency for command-line argument
parsing, and introduces a `-f` flag to allow toggling whether or not the
full names of character classes are displayed.
3 years ago
pantonshire 172d1a14fe Initial commit 3 years ago