1#![allow(unused)] 2 3mod get_if_addrs; 4mod dns; 5 6#[macro_use] 7extern crate log; 8 9pub use get_if_addrs::*; 10pub use dns::*;