All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update to embedded-io and embedded-io-async 0.7
- Fix missing forwarding of provided method into std types
- Added
ToFmtadapter forcore::fmt::Write.
- Handle reading from
FromTokiowith empty buffer, ensuringOk(0)is always returned. - Use
feature()on nightly toolchains only. This adds async support for 1.75 beta and stable.
- Add support for adapting
BufReadfromfuturesandtokio. - Return an error when a wrapped
std/futures/tokiowrite()call returnsOk(0)to comply withembedded_io::Writerequirements.
- First release