pfrs A cross-platform solution dedicated to finding an available dynamic port. Usage use pfrs::*; fn main() { let port = find_open_port().unwrap(); }