Skip to content

tiny rust crate for resolving the next available network port

License

Notifications You must be signed in to change notification settings

softprops/porthole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

porthole

Build Status

A tiny rust crate for resolving the next available network port

docs

Find them here

install

Add the following to your Cargo.toml

[dependencies]
porthole = "0.1.0"

usage

use porthole;
fn main() {
  let port = porthole::open().unwrap();
  println!("next open port {:?}", port);
}

Doug Tangren (softprops) 2015

About

tiny rust crate for resolving the next available network port

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Languages