Docs.rs
the-fourth-server-0.1.1
the-fourth-server 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
KGAFT
Dependencies
async-trait ^0.1
normal
bincode ^2
normal
futures-util ^0.3
normal
num_enum ^0.7
normal
rand ^0.9.2
normal
serde ^1.0
normal
sha2 ^0.11.0-rc.0
normal
tokio ^1
normal
tokio-rustls ^0.26.4
normal
tokio-util ^0.7
normal
Versions
34.56%
of the crate is documented
Platform
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
Skip to main content
Module client
tfserver
0.1.1
Module client
Module Items
Modules
Structs
Enums
Functions
In crate tfserver
tfserver
Module
client
Copy item path
Source
Modules
§
target_
router
Structs
§
Client
Connect
Client
Request
The request wrapper struct. ‘req’ data request ‘consumer’ the signal that will be called by connection, when the response arrives
Data
Request
‘handler_info’ info about target handler ‘data’ the request payload. E.g structure that will be deserialized on server side. ‘s_type’ structure type indetifiers what data is send and how handler on server side will process this data.
Handler
Info
The structure that describes target handler
Enums
§
Client
Error
Functions
§
wait_
for_
data