Registry / async / embedded-io-async

embedded-io-async

JSON →
library0.7.0rscratesunverified

Async embedded IO traits for embedded systems, providing asynchronous read/write abstractions.

# Cargo.toml [dependencies] embedded-io-async = "0.7.0"
INSTALL
IMPORT
SIG · EMBEDDED-IO-ASYNC
E
embedded-io-async
asyncrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Read
use embedded_io_async::Read;

Demonstrates importing the async Read trait for embedded systems.

use embedded_io_async::Read; fn main() { println!("Async Read trait available"); }
Debug
Known issues
gotchaRequires an async executor (e.g., embassy) to run.
fix
Use with an async runtime like embassy or tokio.
affects: >=0.7.0
Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
embedded-io-async — cargo add embedded-io-async · libregistry