- 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)