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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,10 @@ Class crates
34
34
35
35
*[usbd-serial](https://github.com/mvirkkunen/usbd-serial)[](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
36
36
*[usbd-hid](https://github.com/twitchyliquid64/usbd-hid)[](https://crates.io/crates/usbd-hid) - HID class
37
+
38
+
39
+
Others
40
+
------
41
+
42
+
Other implementations for USB in Rust
43
+
*[embassy-usb](https://github.com/embassy-rs/embassy/blob/master/embassy-usb/src/driver.rs), an async variant.
0 commit comments