embassy/embassy-usb
alexmoon 9f9230ae7a Convert MS OS descriptor builder to a writer API
This brings it inline with the other embassy-usb descriptor APIs and allows it to integrate well with the Builder to allow class constructors to add MS OS descriptors.

Also adds a `usb_serial_winusb` example to demonstrate how to use the API.
2023-02-07 14:24:35 -05:00
..
src Convert MS OS descriptor builder to a writer API 2023-02-07 14:24:35 -05:00
Cargo.toml Convert MS OS descriptor builder to a writer API 2023-02-07 14:24:35 -05:00
README.md usb: docs 2023-01-31 22:27:19 +01:00

embassy-usb

TODO crate description/

Interoperability

This crate can run on any executor.

Minimum supported Rust version (MSRV)

This crate requires nightly Rust, due to using "async fn in trait" support.

License

This work is licensed under either of

at your option.