achanda / ipnetwork

A library to work with CIDRs in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONSchema implementation

cab404 opened this issue · comments

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?

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