[](https://travis-ci.org/softprops/porthole)
Find them [here](http://softprops.github.io/porthole)
```rust
use porthole;
fn main() {
let port = porthole::open().unwrap();
println!("next open port {:?}", port);
}
```
Doug Tangren (softprops) 2015