From daa1c00cc3a950a9dc23eccb84e6b2ffdfc31850 Mon Sep 17 00:00:00 2001 From: Jonah Dahlquist Date: Mon, 15 Feb 2021 21:52:35 -0800 Subject: [PATCH] Minor typo fixes, clean-up of the public interface --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 5031f87..3819cca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -70,6 +70,8 @@ impl Default for Mode { } } +// TODO add better docs to all public items, add unit tests. + pub mod bus; mod device; mod host;