Skip to content

Releases: JakubOnderka/ip_network_table

v0.2.0

12 Jul 08:23
Compare
Choose a tag to compare
  • Update ip_network crate to 0.4.0

Version 0.1.2

30 Mar 19:52
Compare
Choose a tag to compare
  • Used fork of treebitmap, that allows to implement new
    methods and fixes bugs.
  • Added new methods for IpNetworkTable:
    • matches
    • matches_ipv4
    • matches_ipv6
    • matches_mut
    • matches_mut_ipv4
    • matches_mut_ipv6
    • longest_match_mut
    • exact_match_mut
    • retain
    • iter_ivp4
    • iter_ivp6
    • iter_mut
    • is_empty
  • IpNetworkTable now implements std::default::Default trait

Version 0.1.1

08 Jul 16:35
Compare
Choose a tag to compare

Updated treebitmap to version 0.4.0