Docs.rs
sshx-server-0.2.0
sshx-server 0.2.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
ekzhang
Dependencies
anyhow ^1.0.62
normal
async-channel ^1.9.0
normal
async-stream ^0.3.5
normal
axum ^0.6.20
normal
base64 ^0.21.4
normal
bytes ^1.5.0
normal
ciborium ^0.2.1
normal
clap ^4.4.2
normal
dashmap ^5.5.3
normal
deadpool ^0.10.0
normal
deadpool-redis ^0.13.0
normal
futures-util ^0.3.28
normal
hmac ^0.12.1
normal
hyper ^0.14.27
normal
parking_lot ^0.12.1
normal
prost ^0.12.0
normal
rand ^0.8.5
normal
redis ^0.23.3
normal
serde ^1.0.188
normal
sha2 ^0.10.7
normal
sshx-core ^0.2.0
normal
tokio ^1.32.0
normal
tokio-stream ^0.1.14
normal
tokio-tungstenite ^0.20.0
normal
tonic ^0.10.0
normal
tonic-reflection ^0.10.0
normal
tower ^0.4.13
normal
tower-http ^0.4.4
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.17
normal
zstd ^0.12.4
normal
reqwest ^0.11.20
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
sshx_server
0.2.0
Module web
Modules
Functions
In crate sshx_server
?
Module
sshx_server
::
web
source
·
[
−
]
Expand description
HTTP and WebSocket handlers for the sshx web interface.
Modules
protocol
Serializable types sent and received by the web server.
Functions
app
Returns the web application server, routed with Axum.