aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /embassy-usb/README.md
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-usb/README.md')
-rw-r--r--embassy-usb/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/embassy-usb/README.md b/embassy-usb/README.md
index a3d45b561..da656e8e9 100644
--- a/embassy-usb/README.md
+++ b/embassy-usb/README.md
@@ -23,22 +23,6 @@ with different values, compilation fails.
23 23
24Max amount of interfaces that can be created in one device. Default: 4. 24Max amount of interfaces that can be created in one device. Default: 4.
25 25
26
27## Interoperability 26## Interoperability
28 27
29This crate can run on any executor. 28This crate can run on any executor.
30
31## Minimum supported Rust version (MSRV)
32
33This crate requires nightly Rust, due to using "async fn in trait" support.
34
35## License
36
37This work is licensed under either of
38
39- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
40 <http://www.apache.org/licenses/LICENSE-2.0>)
41- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
42
43at your option.
44