Docs.rs
netxserver-2.2.0
netxserver 2.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
luyikk
Dependencies
anyhow ^1
normal
aqueue ^1.3
normal
async-trait ^0.1
normal
bytes ^1.1
normal
cfg-if ^1.0
normal
chrono ^0.4
normal
data-rw ^1.6
normal
log ^0.4
normal
netxbuilder ^2.0
normal
oneshot ^0.1
normal
openssl ^0.10
normal
optional
openssl-sys ^0.9
normal
optional
paste ^1.0
normal
serde ^1.0
normal
tcp-channel-server ^0.2.1
normal
optional
tcpserver ^2.2
normal
optional
thiserror ^2
normal
tokio ^1
normal
tokio-openssl ^0.6
normal
optional
tokio-rustls ^0.26
normal
optional
env_logger ^0.11
dev
log ^0.4
dev
mimalloc ^0.1
dev
rustls-pemfile ^2
dev
serde ^1.0
dev
Versions
65.48%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
netxserver/
lib.rs
1
pub mod
error;
2
pub mod
owned_read_half_ex;
3
pub mod
prelude;
4
pub mod
server;
5
6
use
server::
*
;