Structs§
- Ipv4
Prefix - An Ipv4 prefix similar to
Ipv4Netbut with trailing bits guaranteed to equal0 - Ipv6
NetPrefix - An Ipv6 prefix limited to 64 bits (EXPERIMENTAL)
- Ipv6
Prefix - An Ipv4 prefix similar to
Ipv6Netbut with trailing bits guaranteed to equal0 - LCTrie
Map - A map of Ip prefixes based on a level-compressed trie
- LCTrie
Set - A set of Ip prefixes based on a level-compressed trie
- RTrie
Map - A map of Ip prefixes based on a radix binary trie
- RTrie
Set - A set of Ip prefixes based on a radix binary trie
Enums§
- IpPrefix
Error - Error generated when building an Ip prefix
Traits§
- IpPrefix
- Ip prefix (as bit prefix)
- IpPrefix
Covering - A trait to check the prefix coverage
- IpPrefix
Shortening - Shortening an Ip prefix
- IpPrivate
Prefix - Checks if the range of IP addresses are all for private use.
- IpRoot
Prefix
Type Aliases§
- Ipv4LC
Trie Map - Convenient alias for LC-Trie map of Ipv4 prefixes
- Ipv4LC
Trie Set - Convenient alias for LC-Trie set of Ipv4 prefixes
- Ipv4R
Trie Map - Convenient alias for radix trie map of Ipv4 prefixes
- Ipv4R
Trie Set - Convenient alias for radix trie set of Ipv4 prefixes
- Ipv6LC
Trie Map - Convenient alias for LC-Trie map of Ipv6 prefixes
- Ipv6LC
Trie Set - Convenient alias for LC-Trie set of Ipv6 prefixes
- Ipv6R
Trie Map - Convenient alias for radix trie map of Ipv6 prefixes
- Ipv6R
Trie Set - Convenient alias for radix trie set of Ipv6 prefixes