Docs.rs
netlink-proto-0.11.3
netlink-proto 0.11.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
little-dude
cathay4t
JohnTitor
benjumanji
Dependencies
bytes ^1.0
normal
futures ^0.3
normal
log ^0.4.8
normal
netlink-packet-core ^0.7.0
normal
netlink-sys ^0.8.4
normal
thiserror ^1.0.30
normal
tokio ^1.0
normal
async-std ^1.9.0
dev
env_logger ^0.8.2
dev
netlink-packet-audit ^0.5.0
dev
netlink-packet-route ^0.18.1
dev
tokio ^1.0.1
dev
Versions
80%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
netlink_proto
0.11.3
Module sys
Modules
Structs
Traits
In crate netlink_proto
?
Module
netlink_proto
::
sys
source
·
[
−
]
Modules
§
protocols
Structs
§
SocketAddr
The address of a netlink socket
TokioSocket
An I/O object representing a Netlink socket.
Traits
§
AsyncSocket
Trait to support different async backends
AsyncSocketExt
Support trait for
AsyncSocket