embedded-timeout-macros 0.2.0

Macros for working with timeouts on top of embedded-hal APIs
Documentation
<a name="v0.2.0"></a>
### v0.2.0 (2019-06-13)

- Do not use closures in `repeat_timeout!` ([#3])
- Improve documentation ([#4])

[#3]: https://github.com/braun-embedded/rust-embedded-timeout-macros/pull/3
[#4]: https://github.com/braun-embedded/rust-embedded-timeout-macros/pull/4


<a name="v0.1.0"></a>
### v0.1.0 (2019-04-20)

Initial release