Docs.rs
vcl-protocol-0.5.0
vcl-protocol 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ultrakill148852-collab
Dependencies
bincode ^1.3
normal
chacha20poly1305 ^0.10
normal
ed25519-dalek ^2.0
normal
futures-util ^0.3
normal
hex ^0.4
normal
rand ^0.8
normal
serde ^1.0
normal
sha2 ^0.10
normal
tokio ^1
normal
tokio-tungstenite ^0.21
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
x25519-dalek ^2.0
normal
criterion ^0.5
dev
tokio ^1
dev
Versions
90.04%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
ConnectionId
vcl_
protocol
0.5.0
In vcl_
protocol::
pool
vcl_protocol
::
pool
Type Alias
Connection
Id
Copy item path
Source
pub type ConnectionId =
u64
;
Expand description
A unique identifier for a connection inside a
VCLPool
.