diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-08 08:33:32 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-08 08:33:32 -0400 |
commit | 75fc3f098f00d131ef16c48e99ccea2367544fc2 (patch) | |
tree | 3b237240af771438f671a48a3ed4dd2b8c5815d4 | |
parent | 4b961b6110e3c0a1b6bc67a7694651d689b553f9 (diff) | |
download | bootkbd-75fc3f098f00d131ef16c48e99ccea2367544fc2.tar.gz bootkbd-75fc3f098f00d131ef16c48e99ccea2367544fc2.zip |
Add some docs
-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 dde9e71..28957d6 100755..100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +//! Simple USB host-side driver for boot protocol keyboards. + #![no_std] use log::{debug, error, info}; |