Rust Rocket framework practice
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
Rocket.toml |
Learning BE with Rusts Rocket framework
How to run?
# in development mode (with debugging) - slower/unoptimized
cargo run
# in production mode - faster
cargo run --production
However, thereisn't much here, YET!