1
2
3
4
5
6
7
8
9
pub mod scanner;

#[cfg(test)]
mod tests {
    #[test]
    fn get_info_osx() {
        //println!("> {:?}", super::scanner::get_info());
    }
}