Minor typo fixes, clean-up of the public interface
This commit is contained in:
parent
ca8268ab31
commit
a3e0911c5b
8 changed files with 17 additions and 11 deletions
|
|
@ -73,10 +73,13 @@ impl Default for Mode {
|
|||
pub mod bus;
|
||||
mod device;
|
||||
mod host;
|
||||
pub mod net;
|
||||
mod net;
|
||||
pub mod register;
|
||||
mod socket;
|
||||
mod udp;
|
||||
pub mod uninitialized_device;
|
||||
mod uninitialized_device;
|
||||
|
||||
pub use device::Device;
|
||||
pub use host::{Dhcp,HostConfig,Manual};
|
||||
pub use net::MacAddress;
|
||||
pub use uninitialized_device::UninitializedDevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue