1#![cfg(windows)] 2 3use std::io::Error; 4 5pub type WindowsResult = Result<(), Error>; 6#[macro_use] 7pub mod sender; 8mod util; 9pub mod listener; 10pub mod structs;