Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/japaric/usb2

USB 2.0 data types
https://github.com/japaric/usb2

Last synced: about 2 months ago
JSON representation

USB 2.0 data types

Awesome Lists containing this project

README

        

# `usb2`

> (Opinionated) USB 2.0 data types and packet parser

This library does not contain any I/O functionality. If you are looking for a device-side
library check out [`usb-device`](https://crates.io/crates/usb-device).

## License

All source code is licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
[https://www.apache.org/licenses/LICENSE-2.0][L1])
- MIT license ([LICENSE-MIT](LICENSE-MIT) or
[https://opensource.org/licenses/MIT][L2])

[L1]: https://www.apache.org/licenses/LICENSE-2.0
[L2]: https://opensource.org/licenses/MIT

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as above, without any additional terms or conditions.