| Crates.io | pfrs |
| lib.rs | pfrs |
| version | 0.1.3 |
| created_at | 2025-01-10 16:18:30.051485+00 |
| updated_at | 2025-07-26 17:31:16.971408+00 |
| description | Quickly find the an available dynamic port. |
| homepage | |
| repository | https://github.com/eschwart/pfrs |
| max_upload_size | |
| id | 1511429 |
| size | 2,943 |
A cross-platform solution dedicated to finding an available dynamic port.
use pfrs::*;
fn main() {
let port = find_open_port().unwrap();
}