Docs.rs
netxserver-1.10.2
netxserver 1.10.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
luyikk
Dependencies
anyhow ^1
normal
aqueue ^1.3
normal
async-oneshot ^0.5
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 ^1.5
normal
openssl ^0.10
normal
openssl-sys ^0.9
normal
paste ^1.0
normal
serde ^1.0
normal
tcpserver ^1.6
normal
tokio ^1
normal
tokio-openssl ^0.6
normal
tokio-rustls ^0.24
normal
env_logger ^0.10
dev
log ^0.4
dev
mimalloc ^0.1
dev
rustls-pemfile ^1
dev
serde ^1.0
dev
Versions
17.81%
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
☰
NetxToken
In netxserver::server::async_token
?
Type Definition
netxserver
::
server
::
async_token
::
NetxToken
source
·
[
−
]
pub type NetxToken<T> =
Arc
<
Actor
<
AsyncToken
<T>>>;