Structs§
- Inner node with two direct children.
- Iterate over tree
- Leaf nodes represent prefixes part of the set
Enums§
- Represents either an IPv4 or an IPv6 network or “any”.
Cidr
type representing either an IPv4 or an IPv6 network- Nodes of a CidrMap can be either an InnerNode (with two children) or a leaf node.
Functions§
- The underlying AnyIpCidr::from_str parser is very strict and its error messages are a little too terse. We use this alternative parser to augment the error messages with more context and suggestions.