9 releases (breaking)
0.8.0 | Sep 24, 2024 |
---|---|
0.7.1 | Nov 29, 2023 |
0.6.0 | Oct 3, 2023 |
0.5.0 | Aug 7, 2023 |
0.1.0 | May 4, 2022 |
#1902 in Embedded development
12,880 downloads per month
Used in 19 crates
(14 directly)
37KB
367 lines
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.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~58KB