mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
9f9230ae7a
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.