magiclen / cidr-utils

This crate provides functions for working with IPv4 CIDRs and IPv6 CIDRs.
MIT License
32 stars 11 forks source link

improve docs #15

Closed robjtede closed 9 months ago

robjtede commented 1 year ago

Improves docs on a large portion of methods on IpCidr, Ipv4Cidr, and Ipv6Cidr. Tries to adhere to standard rustdoc grammar and formatting guidelines including using imperative mood for first line of function docs.

Also includes some trivial code quality improvements. No changes to public API have been made.