Crates.io | nusb |
lib.rs | nusb |
version | 0.1.11 |
source | src |
created_at | 2023-10-08 21:44:04.812667 |
updated_at | 2024-11-03 21:45:08.436094 |
description | Cross-platform low-level access to USB devices in pure Rust |
homepage | |
repository | https://github.com/kevinmehall/nusb |
max_upload_size | |
id | 997458 |
size | 338,037 |
A new pure-Rust library for cross-platform low-level access to USB devices.
tokio
or
async-std
. Still easily supports blocking with
futures_lite::block_on
.MIT or Apache 2.0, at your option