We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f83185 + 8a24ac0 commit 8903792Copy full SHA for 8903792
embedded-io-adapters/README.md
@@ -27,6 +27,9 @@ For `embedded-io-async`:
27
- [`futures` 0.3](https://crates.io/crates/futures) traits. Needs the `futures-03` feature.
28
- [`tokio` 1.x](https://crates.io/crates/tokio) traits. Needs the `tokio-1` feature.
29
30
+As a rule of thumb, this crate will generally provide adapters for crates that are more stable and general-purpose than embedded-io,
31
+provided those crates implement the corresponding std traits.
32
+
33
## Minimum Supported Rust Version (MSRV)
34
35
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
0 commit comments