Releases: bgpkit/ipnet-trie
Releases · bgpkit/ipnet-trie
v0.3.0
v0.2.0
Highlights
- implement
std::error::ErrorforIpnetTrieError- it should work with
?operator foranyhownow
- it should work with
- switch to
[prefix-trie](https://crates.io/crates/prefix-trie)as the default prefix trie implementation - improve
ip_countimplementation based on clone and sub-tree removal - implement
difffunction to compare two ipnet-trie structs' content
Breaking Changes
- remove
with_capacitymethod longest_match_ipv4now accepts&Ipv4Netand returnsOption<&V>instead ofOption<V>longest_match_ipv6now accepts&Ipv6Netand returnsOption<&V>instead ofOption<V>- removes
matches_mut,matches_ipv4_mut, andmatches_ipv6_mutmethods
v0.2.0-beta.2
Highlights
- implement
std::error::ErrorforIpnetTrieError- it should work with
?operator foranyhownow
- it should work with
v0.2.0-beta.1
Highlights
- switch to
prefix-trieas the default prefix trie implementation - improve
ip_countimplementation based on clone and sub-tree removal - implement
difffunction to compare two ipnet-trie structs' content
Breaking Changes
- remove
with_capacitymethod longest_match_ipv4now accepts&Ipv4Netand returnsOption<&V>instead ofOption<V>longest_match_ipv6now accepts&Ipv6Netand returnsOption<&V>instead ofOption<V>- removes
matches_mut,matches_ipv4_mut, andmatches_ipv6_mutmethods