i3-focus-last

Another implementation of this classic (and useful) example of i3 ipc use.
Done in rust:
- for fun!
- it's compiled, so we won't suffer from the overhead of starting a new
interpreter for each client (the python version I used was sluggish at
times, for this reason)