1
2
3
4
5
6
7
extern crate quick_error;

mod errors;
pub use errors::*;

#[cfg(unix)]
pub mod unix;