1
2
3
4
5
6
extern
crate
libc
;
mod
lookup
;
mod
addr
;
pub
use
lookup
::{
lookup_host
,
lookup_addr
};