Docs.rs
tun-rs-1.0.6
tun-rs 1.0.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
xmh0511
vnt-dev
Dependencies
bytes ^1
normal
cfg-if ^1
normal
futures-core ^0.3
normal
optional
libc ^0.2
normal
log ^0.4
normal
rustversion ^1.0.17
normal
thiserror ^1
normal
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
ctrlc2 ^3
dev
env_logger ^0.11
dev
futures ^0.3
dev
packet ^0.1
dev
serde_json ^1
dev
tokio ^1
dev
mac_address ^1.1.7
normal
nix ^0.29
normal
ipnet ^2
normal
c2rust-bitfields ^0.19
normal
encoding_rs ^0.8.34
normal
libloading ^0.8
normal
scopeguard ^1.2.0
normal
windows-sys ^0.59
normal
winreg ^0.52.0
normal
wintun-bindings ^0.7.6
normal
Versions
14.71%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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_rs
1.0.6
BoxError
Aliased type
In crate tun_
rs
Type Alias
tun_rs
::
BoxError
Copy item path
source
·
[
−
]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
§
struct BoxError(
/* private fields */
);