mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-18 09:47:11 +00:00
WARNING: src/lib.rs - IpNetwork::mask (line 83) Code block is not currently run as a test, but will in future versions of rustdoc. Please ensure this code block is a runnable test, or use the ignore
directive.
This commit is contained in:
@ -79,6 +79,7 @@ impl IpNetwork {
|
|||||||
/// That means the `prefix` most significant bits will be 1 and the rest 0
|
/// That means the `prefix` most significant bits will be 1 and the rest 0
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use ipnetwork::IpNetwork;
|
/// use ipnetwork::IpNetwork;
|
||||||
/// use std::net::{Ipv4Addr, Ipv6Addr};
|
/// use std::net::{Ipv4Addr, Ipv6Addr};
|
||||||
|
Reference in New Issue
Block a user