identicon 0.2.1

A port of GitHub's identicon algorithm to Rust.
Documentation

Identicon

A port of GitHub's identicon algorithm to Rust.

hubot

Usage

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

Development

$ cargo test
$ cargo build

License

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