Docs.rs
tcp-server-0.2.2
tcp-server 0.2.2
Permalink
Docs.rs crate page
(
MIT
OR
Apache-2.0
) AND
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
xuxiaocheng0201
Dependencies
anyhow ^1
normal
async-trait ~0.1
normal
lazy_static ^1
normal
log ~0.4
normal
serde ^1
normal
optional
tcp-handler ~0.5
normal
thiserror ^1
normal
tokio ^1
normal
tokio-util ~0.7
normal
env_logger ~0.11
dev
tcp-client ~0.1
dev
tokio ^1
dev
reportme ~0.2
build
Versions
100%
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
tcp_
server
0.2.2
Module handler_
base
Module Items
Structs
Traits
In crate tcp_
server
tcp_server
Module
handler_base
Copy item path
Source
Expand description
The basic trait for handler.
Structs
§
IOStream
A wrapper of the stream with some common methods.
Traits
§
Func
Handler
The basic trait for handler.