Docs.rs
instrumentality-0.3.0
instrumentality 0.3.0
Permalink
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
bithisarea
jamesreprise
Dependencies
axum ^0.6
normal
axum-server ^0.4
normal
chrono ^0.4
normal
futures-util ^0.3
normal
getrandom ^0.2
normal
mongodb ^2.4.0-beta.2
normal
serde ^1.0
normal
sha2 ^0.10
normal
tokio ^1.25
normal
tokio-stream ^0.1
normal
toml ^0.7
normal
tower ^0.4
normal
tower-http ^0.3
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.3
normal
hyper ^0.14
dev
mime ^0.3
dev
regex ^1.7
dev
serde_json ^1.0
dev
Versions
10.6%
of the crate is documented
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
Files
instrumentality/routes/user/
mod.rs
1
//! Routes for user.
2
3
pub mod
login;
4
pub mod
reset;