achanda / ipnetwork

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

[#153] Add optional JSONSchema implementation for IpNetwork #155

Closed sancho20021 closed 2 years ago

sancho20021 commented 2 years ago

Description

Add a JsonSchema implementation for IpNetwork.

Solution

Derive implementation via schemars. Add corresponding feature to the crate.

Related Issues

Fixes #153