Docs.rs
veilid-tools-0.4.8
veilid-tools 0.4.8
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
veilid
Dependencies
async-lock ^3.4.0
normal
backtrace ^0.3.71
normal
cfg-if ^1.0.0
normal
eyre ^0.6.12
normal
flume ^0.11.1
normal
fn_name ^0.1.0
normal
futures-util ^0.3.31
normal
futures_codec ^0.4.1
normal
imbl ^3.0.0
normal
log ^0.4.26
normal
once_cell ^1.20.3
normal
parking_lot ^0.12.3
normal
postcard ^1.1.1
normal
rand ^0.8.5
normal
rand_core ^0.6.4
normal
range-set-blaze ^0.1.16
normal
serde ^1.0.218
normal
static_assertions ^1.1.0
normal
stop-token ^0.7.0
normal
thiserror ^1.0.69
normal
tracing ^0.1.41
normal
optional
tracing-subscriber ^0.3.19
normal
optional
async_executors ^0.7.0
normal
getrandom ^0.2
normal
js-sys ^0.3.77
normal
send_wrapper ^0.6.0
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.50
normal
ws_stream_wasm ^0.7.4
normal
optional
console_error_panic_hook ^0.1.7
dev
serial_test ^2.0.0
dev
veilid-tracing-wasm ^0
dev
wasm-bindgen-test ^0.3.50
dev
wasm-logger ^0.2.0
dev
netlink-packet-route =0.17.1
normal
netlink-sys =0.8.5
normal
rtnetlink =0.13.1
normal
async-io ^1.13.0
normal
async-std ^1.13.0
normal
optional
async-tungstenite ^0.28.2
normal
optional
veilid-bugsalot ^0.2.0
normal
optional
chrono ^0.4.40
normal
clap ^4
normal
optional
ctrlc ^3
normal
futures-util ^0.3.31
normal
indent ^0.1.1
normal
optional
ipnet ^2
normal
optional
libc ^0.2.170
normal
nix ^0.27.1
normal
rand_chacha ^0.3.1
normal
optional
serde_yaml_ng ^0.10.0
normal
optional
socket2 ^0.5.8
normal
time ^0.3.38
normal
optional
tokio ^1.43.0
normal
optional
tokio-stream ^0.1.17
normal
optional
tokio-util ^0.7.13
normal
optional
validator ^0.19.0
normal
optional
ws_stream_tungstenite ^0.14.0
normal
optional
serial_test ^2.0.0
dev
simplelog ^0.12.2
dev
android_logger ^0.13.3
normal
jni ^0.21.1
normal
jni-sys ^0.3.0
normal
lazy_static ^1.5.0
normal
ndk ^0.7.0
normal
ndk-glue ^0.7.0
normal
paranoid-android ^0.2.2
normal
optional
oslog ^0.2.0
normal
optional
tracing-oslog ^0.1.2
normal
optional
winapi ^0.3.9
normal
ifstructs ^0.1.1
normal
Versions
11.18%
of the crate is documented
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
veilid_
tools
0.4.8
In veilid_
tools::
socket_
tools
veilid_tools
::
socket_tools
Function
split_async_tcp_stream
Copy item path
Source
pub fn split_async_tcp_stream(tcp_stream:
TcpStream
) -> (
ReadHalf
,
WriteHalf
)