Nim 1.0.2 compability, nimpretty
Pretty callback setters Replace the "tox.callbackX = proc (…) = …" with the prettier "tox.onCallbackX do (…): …" format.
Add README, LICENSE, example