Releases: sticnarf/iprange-rs
Releases · sticnarf/iprange-rs
v0.6.6
- Avoid using Option::insert to lower MSRV (#17)
v0.6.5
- Fix incorrect result when inserting to all-zero network (#16)
v0.6.4
- Add lifetime to
IpRangeIter
to prevent use-after-free bugs.
v0.6.3
- Fixes the bug that 0.0.0.0/0 is left if all networks are removed.
- Add
IpRange::is_empty
.
- Hide internal types from the documentation.