timer 0.1.2

A simple timer. Use it to schedule execution of closures after a delay or at a given timestamp.
Documentation
1
git branch gh-pages && git checkout gh-pages && cargo doc && cp -R target/doc ./ && git add doc/ && git commit -am Docpush && git push -f origin gh-pages && git checkout master && git branch -D gh-pages