Skip to content

Commit

Permalink
Export 'Ipv4Cidr' structure
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrhobbs committed Jul 26, 2024
1 parent a574a63 commit 6628b89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ pub mod ap {
pub use proton_wap::AccessPoint;
}

/// CIDR network range structure.
pub mod cidr {
pub use cidr::Ipv4Cidr;
}

/// Device management functionality.
pub mod device {
pub use proton_dev::Device;
Expand Down

0 comments on commit 6628b89

Please sign in to comment.