identicon-rs 0.2.0

identicon-rs is a library built around custom generation of identicon images.
Documentation

Identicon

This is an Identicon implementation in rust.

TODO

  • remove dependency on rand crate
  • investigate removal of palette crate
  • move functions into an object that stores the generated data, along with the input data
  • build a rust cli using this
  • build a rust server (using actix?) to publish images
  • build an npm/wasm package using this