cidr 0.2.3
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 fallbacksoverflowing_add
andoverflowing_sub
methods onInet
types