Docs.rs
easy-rest-api-0.1.0
easy-rest-api 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Si1veR123
Dependencies
async-trait ^0.1.58
normal
chrono ^0.4.23
normal
clap ^4.0.22
normal
optional
env_logger ^0.9.3
normal
hyper ^0.14.23
normal
json ^0.12.4
normal
log ^0.4.17
normal
sqlite3 ^0.24.0
normal
tokio ^1.21.2
normal
toml ^0.5.9
normal
Versions
1.52%
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
rest_api
api_http_server
http.rs
middleware.rs
mod.rs
routing.rs
database
interfaces.rs
mod.rs
query.rs
response.rs
table_schema.rs
app.rs
config_parser.rs
lib.rs
rest_api/api_http_server/
mod.rs
Settings
Help
Summary
1
pub mod
http;
2
pub mod
routing;
3
pub mod
middleware;