Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions embedded-io-adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ For `embedded-io-async`:
- [`futures` 0.3](https://crates.io/crates/futures) traits. Needs the `futures-03` feature.
- [`tokio` 1.x](https://crates.io/crates/tokio) traits. Needs the `tokio-1` feature.

As a rule of thumb, this crate will generally provide adapters for crates that are more stable and general-purpose than embedded-io,
provided those crates implement the corresponding std traits.

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
Expand Down