1
2
3
4
5
6
extern crate libc;

mod ffi;

#[cfg(test)]
mod tests;