Docs.rs
nex-socket-0.23.0
nex-socket 0.23.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
shellrow
Dependencies
libc ^0.2
normal
nex-core ^0.23.0
normal
nex-packet ^0.23.0
normal
socket2 ^0.5
normal
tokio ^1
normal
nix ^0.30
normal
windows-sys ^0.59.0
normal
Versions
79.69%
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
nex_
socket
0.23.0
Module tcp
Module Items
Structs
Enums
In crate nex_
socket
nex_socket
Module
tcp
Copy item path
Source
Structs
§
Async
TcpSocket
Asynchronous TCP socket built on top of Tokio.
TcpConfig
Configuration options for a TCP socket.
TcpSocket
Low level synchronous TCP socket.
Enums
§
TcpSocket
Type
TCP socket type, either STREAM or RAW.