Docs.rs
innernet-shared-1.7.1
innernet-shared 1.7.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bschwind
github:tonarino:engineering
strohel
mbernat
Dependencies
anyhow ^1
normal
atty ^0.2
normal
clap ^4.3
normal
colored ^2.0
normal
dialoguer ^0.11
normal
hostsfile ^1.7.1
normal
indoc ^2.0.1
normal
innernet-publicip ^1.7.1
normal
ipnet ^2.4
normal
libc ^0.2
normal
log ^0.4
normal
once_cell ^1.17.1
normal
regex ^1
normal
serde ^1
normal
toml ^0.8.10
normal
url ^2
normal
wireguard-control ^1.7.1
normal
nix ^0.26
normal
netlink-packet-core ^0.7
normal
netlink-packet-route ^0.21
normal
netlink-request ^1.7.1
normal
netlink-sys ^0.8.5
normal
Versions
35.18%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IpNetExt
innernet_
shared
1.7.1
IpNet
Ext
Required Methods
is_assignable
Implementations on Foreign Types
IpNet
Implementors
In crate innernet_
shared
innernet_shared
Trait
IpNet
Ext
Copy item path
Source
pub trait IpNetExt { // Required method fn
is_assignable
(&self, ip: &
IpAddr
) ->
bool
; }
Required Methods
§
Source
fn
is_assignable
(&self, ip: &
IpAddr
) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IpNetExt
for
IpNet
Source
§
fn
is_assignable
(&self, ip: &
IpAddr
) ->
bool
Implementors
§