WIP
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src progress Nov 30, 2017
.gitignore remove crates Mar 15, 2018
.travis.yml progress Nov 30, 2017
COPYING initial commit Jun 8, 2017
Cargo.lock remove crates Mar 15, 2018
Cargo.toml remove crates Mar 15, 2018
README.md initial commit Jun 8, 2017
appveyor.yml initial commit Jun 8, 2017

README.md

rucd

A command line tool to browse and search the Unicode character database.

Linux build status Windows build status

Dual-licensed under MIT or the UNLICENSE.

Installation

Please note that this command is currently a work in progress.

While it's a work in progress, to try it, you should clone this repository and build it:

$ git clone git://github.com/BurntSushi/rucd
$ cd rucd
$ cargo build --release
$ ./target/release/rucd --help

Motivation

My line of work tends to lead me to ask questions about Unicode, its codepoints and their properties. There are various command line tools out there already that are service in pursuit of answering those questions, but they don't quite do what I want. With that said, the primary motivator for building this tool was to act as a forcing function for me to become more intimately familiar with Unicode and its various intricacies.