moteconnection 0.2.0

A library to provide a TinyOS-like interface for packet communication using serial or serial-forwarder transport layers.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2020-08-15

### Added

- The `Connection` now has a configurable reconnection timeout option.

### Changed

- All messages sent during a disconnection are now dropped.
- The `AMReceiver` now emits `Event<Message>`-s instead of `Message`-s.
  Therefore, the `Event::Connected` and `Event::Disconnected` can be used
  by the user.

### Fixed

- The `Transport`-s are now able to cleanly exit when no connection could
  be established.

## [0.1.0] - 2020-08-02

### Added

- Serial-Forwarder protocol support
- Serial protocol support
- Raw packet dispatcher
- Active Message dispatcher
- `amlistener` example application

[0.2.0]: https://github.com/kendas/rust-moteconnection/releases/tag/0.2.0
[0.1.0]: https://github.com/kendas/rust-moteconnection/releases/tag/0.1.0