| Crates.io | driver_async |
| lib.rs | driver_async |
| version | 0.0.3 |
| created_at | 2020-04-14 18:08:52.586141+00 |
| updated_at | 2020-11-07 04:07:21.308647+00 |
| description | async backend for `btle`, `bluetooth_mesh` and `usbw` crates. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 230101 |
| size | 49,714 |
Async backend/runtime for Rust Drivers. Mostly just a wrapper for async mpsc/locks/etc so tokio-io or async-std can be targeted.
WIP and so far just a move from the btle crate async internals into its own crate (this repo). Mostly for personal use.