mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00

* Add `Ipv6Network::nth` to get the nth address Works the same as `Ipv4Network::nth`, but using a `u128` index instead of `u32`. * add IpNetwork v6 nth test --------- Co-authored-by: Josh Triplett <josh@joshtriplett.org>