Docs.rs
sshx-server-0.2.5
sshx-server 0.2.5
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.5.17
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.6
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.5
normal
tokio ^1.40.0
normal
tokio-stream ^0.1.14
normal
tokio-tungstenite ^0.20.0
normal
tonic ^0.11.0
normal
tonic-reflection ^0.11.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.5
Module web
Module Items
Modules
Functions
In crate sshx_
server
Module
sshx_server
::
web
Copy item path
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.