Docs.rs
tun-sync-0.1.1
tun-sync 0.1.1
Permalink
Docs.rs crate page
WTFPL
Links
Repository
crates.io
Source
Owners
giangndm
Dependencies
libc ^0.2
normal
thiserror ^1
normal
async-std ^1
dev
futures ^0.3.0
dev
ioctl-sys ^0.6
normal
Versions
28.32%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
tun_
sync
0.1.1
Module posix
Module Items
Structs
In tun_
sync::
platform
tun_sync
::
platform
Module
posix
Copy item path
Source
Expand description
POSIX compliant support.
Structs
ยง
Fd
POSIX file descriptor support for
io
traits.
Reader
Read-only end for a file descriptor.
Sock
Addr
A wrapper for
sockaddr_in
.
Writer
Write-only end for a file descriptor.