1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#![feature(question_mark)]

extern crate libc;

mod compat;
mod socket;

pub use socket::IcmpSocket;

#[cfg(test)]
mod tests;