https://github.com/dgraham/identicon
A port of GitHub's identicon algorithm to Rust.
https://github.com/dgraham/identicon
identicon rust
Last synced: about 1 year ago
JSON representation
A port of GitHub's identicon algorithm to Rust.
- Host: GitHub
- URL: https://github.com/dgraham/identicon
- Owner: dgraham
- License: mit
- Created: 2014-12-03T00:44:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:09:44.000Z (over 2 years ago)
- Last Synced: 2025-04-10T01:09:20.420Z (about 1 year ago)
- Topics: identicon, rust
- Language: Rust
- Size: 68.4 KB
- Stars: 91
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identicon
A port of GitHub's [identicon](https://en.wikipedia.org/wiki/Identicon) algorithm to Rust.

## 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.