Docs.rs
  • port-selector-0.1.1
    • port-selector 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ZingerLittleBee
    • Dependencies
      • rand ^0.8.5 normal
    • Versions
    • 27.27% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate port_selector

  • Version 0.1.1
  • All Items
  • Structs
  • Functions
  • Type Definitions
logo
Change settings

Crate port_selector

source · [−]

Structs

Selector

Functions

is_free

Check if a port is free on both TCP and UDP

is_free_tcp

Check if a port is free on TCP

is_free_udp
random_free_port
random_free_tcp_port

Asks the OS for a free tcp port

random_free_udp_port
select_free_port
select_from_given_port

Type Definitions

Port