identicon 0.0.3

A port of GitHub's identicon algorithm to Rust.
docs.rs failed to build identicon-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: identicon-0.2.1

Identicon

A port of GitHub's identicon algorithm to Rust.

Usage

$ echo -n 480938 | identicon > hubot.png
$ identicon < robots.txt > hubot.png

hubot

Development

$ cargo build

License

Identicon is released under the MIT license. Check the LICENSE file for details.