NLnetLabs / rpki-rs

An RPKI library for Rust
BSD 3-Clause "New" or "Revised" License
40 stars 22 forks source link

Add Ipv4Block and Ipv6Block. #298

Closed partim closed 2 months ago

partim commented 3 months ago

This PR adds new types Ipv4Block and Ipv6Block that wrap an IpBlock and enforce it to be of the correct address family. In addition it adds FromIterator impls to Ipv4Blocks and Ipv6Blocks.