Minor typo fixes, clean-up of the public interface

This commit is contained in:
Jonah Dahlquist 2021-02-15 21:52:35 -08:00
commit daa1c00cc3

View file

@ -70,6 +70,8 @@ impl Default for Mode {
} }
} }
// TODO add better docs to all public items, add unit tests.
pub mod bus; pub mod bus;
mod device; mod device;
mod host; mod host;