identicon

Crates.ioidenticon
lib.rsidenticon
version0.2.1
sourcesrc
created_at2015-01-26 00:11:37.992075
updated_at2021-07-31 01:01:44.588168
descriptionA port of GitHub's identicon algorithm to Rust.
homepage
repositoryhttps://github.com/dgraham/identicon
max_upload_size
id884
size17,504
David Graham (dgraham)

documentation

README

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.

Commit count: 86

cargo fmt