feat: export uninitialized_device & add docs
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
parent
f2ac8521b1
commit
1b2ba0bfab
2 changed files with 11 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ pub mod register;
|
|||
mod socket;
|
||||
pub mod tcp;
|
||||
pub mod udp;
|
||||
mod uninitialized_device;
|
||||
pub mod uninitialized_device;
|
||||
|
||||
pub use device::{Device, DeviceRefMut, InactiveDevice};
|
||||
pub use host::{Dhcp, Host, HostConfig, Manual};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue