Aggregate a list of IP prefixes into their minimum equivalent representation
Go to file
2023-03-13 23:13:18 -07:00
.github/workflows Create rust.yml 2023-03-13 23:13:18 -07:00
src Initial commit 2023-03-13 23:11:45 -07:00
.gitignore Initial commit 2023-03-13 23:11:45 -07:00
Cargo.lock Initial commit 2023-03-13 23:11:45 -07:00
Cargo.toml Initial commit 2023-03-13 23:11:45 -07:00
README.md Initial commit 2023-03-13 23:11:45 -07:00

rs-aggregate

rs-aggregate will compress an unsorted list of IP prefixes

Intended to be aggregate6 with better performance.

Takes a list of whitespace-separated IPs or IP networks and aggregates them to their minimal representation.