Docs.rs
rusty-api-0.2.1
rusty-api 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AlexanderHeffernan
Dependencies
actix-cors ^0.6
normal
actix-governor ^0.3.2
normal
actix-web ^4.9
normal
bcrypt ^0.15
normal
chrono ^0.4
normal
dotenv ^0.15
normal
futures-util ^0.3
normal
jsonwebtoken ^9.3
normal
once_cell ^1.21
normal
rustls ^0.23
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
Versions
70.49%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
rusty_api/core/
mod.rs
1
pub mod
config;
2
pub mod
user;
3
pub mod
auth;
4
pub mod
db;
5
pub mod
auth_routes;