- fix license metadata in
Cargo.toml
(thanks @ignatenkobrain)
- update
lazycell
from 0.6 -> 1.0
- Bump mio dependency (fixes minimal-versions build)
- update
log
from 0.3 -> 0.4
- More docs tidying.
- Another try at documenting the timer interface.
- Remove channel implementation details from the API. Specifically, the
following are no longer public:
ctl_pair()
SenderCtl
ReceiverCtl
- Document all APIs
- Initial release. Essentially identical to mio-more.