A port of GitHub's identicon algorithm to Rust.
$ echo -n 480938 | identicon > hubot.png
$ identicon < robots.txt > hubot.png
$ cargo test
$ cargo build
Identicon is released under the MIT license. Check the LICENSE file for details.
A port of GitHub's identicon algorithm to Rust.
$ echo -n 480938 | identicon > hubot.png
$ identicon < robots.txt > hubot.png
$ cargo test
$ cargo build
Identicon is released under the MIT license. Check the LICENSE file for details.