You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,12 @@ A new pure-Rust library for cross-platform low-level access to USB devices.
15
15
that is started when opening the first device.
16
16
* Thinner layer over OS APIs, with less internal state.
17
17
18
-
### :construction:Current status
18
+
### Current status
19
19
20
20
* Support for Linux, Windows, and macOS
21
-
* Control, bulk and interrupt transfers work
22
-
* Minimally tested: please test with your device and report issues
21
+
* Device listing and descriptor parsing
22
+
* Transfers on control, bulk and interrupt endpoints
23
+
* Used in production by [probe-rs](https://github.com/probe-rs/probe-rs) and others, but still relatively new. Please test with your device and report issues.
0 commit comments