Docs.rs
vcl-protocol-0.1.0
vcl-protocol 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ultrakill148852-collab
Dependencies
aead ^0.5
normal
bincode ^1.3
normal
chacha20poly1305 ^0.10
normal
ed25519-dalek ^2.0
normal
hex ^0.4
normal
rand ^0.8
normal
serde ^1.0
normal
sha2 ^0.10
normal
tokio ^1
normal
x25519-dalek ^2.0
normal
Versions
0%
of the crate is documented
Go to latest version
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
Files
vcl_protocol/
lib.rs
1
pub mod
packet;
2
pub mod
crypto;
3
pub mod
connection;
4
pub mod
handshake;