Skip to content

v0.15.2: Version 0.15.2, as published on Crates.io

Choose a tag to compare

@nuew nuew released this 16 Feb 19:22
· 15 commits to master since this release
v0.15.2
9603e2b
Changelog:
    - `MaskedIpAddr::netmask` is deprecated in favor of
      `MaskedIpAddr::cidr`. They function identically.
    - Added `MaskedIpAddr::subnet_mask`.
    - Miscellaneous code cleanup.