diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-01-31 22:27:19 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-01-31 22:27:19 +0100 |
| commit | ca10fe7135d10084e38038f3cd433da39e505bea (patch) | |
| tree | 075aca4a76caccd1bba95869c64bbb838969c8b1 /embassy-usb/README.md | |
| parent | 4c1946454874597c358e7c7d5bf555b687376a5b (diff) | |
usb: docs
Diffstat (limited to 'embassy-usb/README.md')
| -rw-r--r-- | embassy-usb/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/embassy-usb/README.md b/embassy-usb/README.md new file mode 100644 index 000000000..581c3290f --- /dev/null +++ b/embassy-usb/README.md | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # embassy-usb | ||
| 2 | |||
| 3 | TODO crate description/ | ||
| 4 | |||
| 5 | ## Interoperability | ||
| 6 | |||
| 7 | This crate can run on any executor. | ||
| 8 | |||
| 9 | ## Minimum supported Rust version (MSRV) | ||
| 10 | |||
| 11 | This crate requires nightly Rust, due to using "async fn in trait" support. | ||
| 12 | |||
| 13 | ## License | ||
| 14 | |||
| 15 | This work is licensed under either of | ||
| 16 | |||
| 17 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 18 | <http://www.apache.org/licenses/LICENSE-2.0>) | ||
| 19 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) | ||
| 20 | |||
| 21 | at your option. | ||
| 22 | |||
