10 Commits

Author SHA1 Message Date
09da703b20
Specialize on truncate arg for ~5% speedup in truncate case
Use a generic param to specialize on the truncate arg to avoid needing
to check it and/or host bits if we'll end up accepting it regardless
when truncate is enabled.

Refactor host bits check into iputils.
2023-11-16 21:33:59 -08:00
a75fdadcf8
Switch to doc comments instead of macro params for cli help 2023-11-16 19:04:30 -08:00
1336cbd7ed
New implementation that does not depend on iprange crate 2023-10-21 14:34:24 -07:00
7c74cd6f7a
Write using a BufWriter for +10% speed 2023-03-23 11:17:58 -07:00
675cda945f
Be more idiomatic 2023-03-20 17:46:00 -07:00
498c509e70
Use Display trait for printing 2023-03-19 12:20:56 -07:00
8034822ec8
More refactoring, add tests, aggregate6 compatibility 2023-03-18 21:37:13 -07:00
d8b48aba9a
Refactoring & compatibility with aggregate6 options 2023-03-18 11:44:41 -07:00
dd4cc163c2
Fix bare IP parsing 2023-03-14 00:40:01 -07:00
8922dd7c70
Initial commit 2023-03-13 23:11:45 -07:00