5 unstable releases
0.3.1 | Jan 16, 2023 |
---|---|
0.3.0 | Nov 29, 2022 |
0.2.0 | Oct 12, 2022 |
0.1.1 | Sep 28, 2022 |
0.1.0 | Aug 22, 2022 |
#1826 in Embedded development
84 downloads per month
20KB
150 lines
device-register-async
An async version of the trait from the crate device-register Note that you will need to use nightly and add those features.
#![allow(incomplete_features)]
#![feature(async_fn_in_trait, impl_trait_projections)]
For now you are probably better off using the traits directly, check the manual-impl
test in the deivce-register
crate.
License: MIT OR Apache-2.0
lib.rs
:
An async version of the trait from the crate device-register
Note that you will need to use nightly and
enable and type_alias_impl_trait
features.
Dependencies
~2.5MB
~52K SLoC