Skip to content

Commit 8a24ac0

Browse files
committed
embedded-io-adapters: Clarify scope in README
1 parent 3f83185 commit 8a24ac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

embedded-io-adapters/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ For `embedded-io-async`:
2727
- [`futures` 0.3](https://crates.io/crates/futures) traits. Needs the `futures-03` feature.
2828
- [`tokio` 1.x](https://crates.io/crates/tokio) traits. Needs the `tokio-1` feature.
2929

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+
3033
## Minimum Supported Rust Version (MSRV)
3134

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

0 commit comments

Comments
 (0)