Skip to content

dgraham/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.