MCPcopy Index your code
hub / github.com/Dentosal/portpicker-rs

github.com/Dentosal/portpicker-rs @v1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1 ↗ · + Follow
8 symbols 16 edges 1 files 7 documented · 88%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Portpicker-rs - Pick a free unused port

Picks a free port, that is unused on both TCP and UDP.

Usage:

portpicker::pick_unused_port().expect("No ports free")

Core symbols most depended-on inside this repo

is_free_udp
called by 2
src/lib.rs
is_free_tcp
called by 1
src/lib.rs
is_free
called by 1
src/lib.rs
ask_free_tcp_port
called by 1
src/lib.rs
pick_unused_port
called by 0
src/lib.rs

Shape

Function 8

Languages

Rust100%

Modules by API surface

src/lib.rs8 symbols

For agents

$ claude mcp add portpicker-rs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page