device-register-async 0.4.0

A `no_std` library to describe the registers permissions of a device to ease async driver development.
Documentation
1
2
3
4
5
6
7
8
9
10
# device-register-async

[![crates.io](https://img.shields.io/crates/v/device-register-async)](https://crates.io/crates/device-register-async) [![documentation](https://docs.rs/device-register-async/badge.svg)](https://docs.rs/device-register-async)

An async version of the trait from the crate [device-register](device_register)

### MSRV
The minimum supported rust version is `1.75.0`, but previous nightly versions might work with the library

License: MIT OR Apache-2.0