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.
- Added
ToFmt
adapter forcore::fmt::Write
.
- Handle reading from
FromTokio
with 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
BufRead
fromfutures
andtokio
. - Return an error when a wrapped
std
/futures
/tokio
write()
call returnsOk(0)
to comply withembedded_io::Write
requirements.
- First release