Skip to content

Commit 6628b89

Browse files
committed
Export 'Ipv4Cidr' structure
1 parent a574a63 commit 6628b89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ pub mod ap {
88
pub use proton_wap::AccessPoint;
99
}
1010

11+
/// CIDR network range structure.
12+
pub mod cidr {
13+
pub use cidr::Ipv4Cidr;
14+
}
15+
1116
/// Device management functionality.
1217
pub mod device {
1318
pub use proton_dev::Device;

0 commit comments

Comments
 (0)