From 8a24ac0cd931fdb805e3e03e140277fee2f75850 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 6 Aug 2025 20:49:01 +0200 Subject: [PATCH] embedded-io-adapters: Clarify scope in README --- embedded-io-adapters/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embedded-io-adapters/README.md b/embedded-io-adapters/README.md index a069d1fac..8480d37e3 100644 --- a/embedded-io-adapters/README.md +++ b/embedded-io-adapters/README.md @@ -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*