Skip to content

cidr 0.2.3

Compare
Choose a tag to compare
@stbuehler stbuehler released this 25 Jun 14:02
· 11 commits to master since this release

0.2.3 - 2024-06-25

  • parsers module:
    • inet_addr compatible parser
    • parser combinators to build custom parsing
    • "short IPv4 address" parser (incompatible with inet_addr).
  • short IPv4 address support in FromStr implementations is deprecated and
    going to be removed in 0.3.0
  • no_unsafe feature to use safe but slower fallbacks
  • overflowing_add and overflowing_sub methods on Inet types