Allow: `let net: Ipv4Net = "10.0.0.0/255.255.255.252".parse().unwrap();` This would allow additional flexibility since unfortunately not everything represents networks using bit notation.
Allow:
let net: Ipv4Net = "10.0.0.0/255.255.255.252".parse().unwrap();This would allow additional flexibility since unfortunately not everything represents networks using bit notation.