Crate cidr_map

source ·

Structs§

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.