Skip to content

Releases: dgraham/identicon

Identicon 0.1.1

24 Nov 02:48
Compare
Choose a tag to compare
  • Built with Rust 1.4.0.
  • Executable size dropped 20% from 371 KB to 293 KB.
  • Runtime performance improved over 2x:
$ time for i in {1..1000}; do echo $i | ./identicon > images/$i.png; done

real    0m17.830s # Identicon 0.1.0 (Rust 1.0)
real    0m7.404s  # Identicon 0.1.1 (Rust 1.4)

Identicon 0.1.0

12 Apr 03:34
Compare
Choose a tag to compare

Built with Rust 1.0.0 Beta.

$ unzip identicon-0.1.0-osx.zip
$ echo -n 480938 | ./identicon > hubot.png
$ open hubot.png

v0.0.3

26 Jan 00:04
Compare
Choose a tag to compare
Tag 0.0.3 release.

v0.0.2

09 Dec 03:28
Compare
Choose a tag to compare
Tag 0.0.2 release.