Docs.rs
snarkos-node-rest-2.1.1
snarkos-node-rest 2.1.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
anyhow ^1.0.70
normal
axum ^0.6
normal
axum-extra ^0.7.4
normal
http ^0.2
normal
indexmap ^1.8
normal
jsonwebtoken ^8.3
normal
once_cell ^1.18
normal
parking_lot ^0.12
normal
rand ^0.8
normal
rayon ^1
normal
serde ^1
normal
snarkos-node-consensus =2.1.1
normal
snarkos-node-env =2.1.1
normal
snarkos-node-messages =2.1.1
normal
snarkos-node-router =2.1.1
normal
snarkvm =0.12.2
normal
time ^0.3
normal
tokio ^1
normal
tower-http ^0.4
normal
tracing ^0.1
normal
Versions
80%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate snarkos_node_rest
Version 2.1.1
All Items
Structs
Constants
Functions
?
Crate
snarkos_node_rest
source
·
[
−
]
Structs
Claims
The Json web token claims.
Rest
A REST API server for the ledger.
RestError
An enum of error handlers for the REST API server.
Constants
EXPIRATION
The time a jwt token is valid for.
Functions
auth_middleware