Funtimes909 / cidr-calculator

Calculates the IP addresses inside of a given CIDR range (IPv4 only currently)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cidr-calculator

Small CLI tool to expand an ipv4 network into the usable address space (IPv4 only currently)

build

cargo build

run

cargo run -- --range [IP-Range]

About

Calculates the IP addresses inside of a given CIDR range (IPv4 only currently)


Languages

Language:Rust 100.0%