Skip to content

A port of GitHub's identicon algorithm to Rust.

License

Notifications You must be signed in to change notification settings

dgraham/identicon

Repository files navigation

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.