achanda / ipnetwork

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

JSONSchema implementation #153

Closed cab404 closed 2 years ago

cab404 commented 2 years ago

Hi there! I was trying to make a json schema for wg-bond (via schemars), and got stuck on missing implementation for IpNetwork. Can I add implementation of JsonSchema for your stuff in your crate?

achanda commented 2 years ago

HI, @cab404 please feel free to add a JsonSchema implementation. Thank you!