Crates.io | embedded-nal-async |
lib.rs | embedded-nal-async |
version | 0.8.0 |
source | src |
created_at | 2022-05-04 08:36:05.616362 |
updated_at | 2024-09-24 11:37:52.018394 |
description | An Async Network Abstraction Layer (NAL) for Embedded Systems |
homepage | https://github.com/rust-embedded-community/embedded-nal |
repository | https://github.com/rust-embedded-community/embedded-nal |
max_upload_size | |
id | 580287 |
size | 18,694 |
embedded-nal-async
An asynchronous Nardware Abstraction Layer (NAL) for embedded systems.
This crate contains asynchronous versions of the [embedded-nal
] traits and shares its scope and [design goals].
The purpose of this crate is to iterate over these trait versions before integrating them into [embedded-nal
].
NOTE These traits are still experimental. At least one breaking change to this crate is expected in the future (changing from GATs to async fn
), but there might be more.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.