diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-09 12:24:09 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-09 12:24:09 -0400 |
commit | b255613f3792ec6dc1c57876e59d95c33538b607 (patch) | |
tree | c390be01063ea4ba89ded7d1df45747abebc72c6 /src/lib.rs | |
parent | 54e051b7dfbfde9083ce4becd80718ea642114fd (diff) | |
download | usb-host-b255613f3792ec6dc1c57876e59d95c33538b607.tar.gz usb-host-b255613f3792ec6dc1c57876e59d95c33538b607.zip |
Add tests for USB descriptor layout.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--[-rwxr-xr-x] | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index 551824a..742e02c 100755..100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +//! Traits for a hardware-agnostic USB host interface. + #![no_std] mod descriptor; |