Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/japaric/usb2
- Owner: japaric
- Created: 2020-05-26T08:56:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T13:08:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T22:35:14.163Z (3 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/MITat 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.