achanda / ipnetwork

A library to work with CIDRs in rust
Apache License 2.0
121 stars 38 forks source link

Implement TryFrom<&str> #135

Closed clarfonthey closed 4 years ago

clarfonthey commented 4 years ago

Right now there's just FromStr, which is not as robust. Should implement both.