feat: export Host

Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
This commit is contained in:
Lachezar Lechev 2023-02-10 14:50:08 +02:00
commit 747fe0cca4
No known key found for this signature in database
GPG key ID: B2D641D6A2C8E742

View file

@ -14,7 +14,7 @@ pub mod udp;
mod uninitialized_device;
pub use device::{Device, DeviceRefMut, InactiveDevice};
pub use host::{Dhcp, HostConfig, Manual};
pub use host::{Dhcp, Host, HostConfig, Manual};
pub use net::MacAddress;
pub use uninitialized_device::UninitializedDevice;