File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.3.2] - 2025-12-18
4+
5+ - ` Ipv*Cidr ` and ` Ipv*Inet ` : add methods to get reference to stored (first / host) address
6+
37## [ 0.3.1] - 2025-01-18
48
59- raise serde version to support no-std builds
Original file line number Diff line number Diff line change 11[package ]
22name = " cidr"
33# also bump version in html_root_url in src/lib.rs
4- version = " 0.3.1 "
4+ version = " 0.3.2 "
55edition = " 2021"
66rust-version = " 1.81"
77authors = [" Stefan Bühler <stbuehler@web.de>" ]
Original file line number Diff line number Diff line change 33#![ cfg_attr( feature = "no_unsafe" , forbid( unsafe_code) ) ]
44#![ warn( missing_docs) ]
55#![ warn( rust_2018_idioms) ]
6- #![ doc( html_root_url = "https://docs.rs/cidr/0.3.1 " ) ]
6+ #![ doc( html_root_url = "https://docs.rs/cidr/0.3.2 " ) ]
77#![ allow( clippy:: match_like_matches_macro) ]
88
99//! This library provides types to represent an IP network ([`Cidr`]) or
You can’t perform that action at this time.
0 commit comments