Rust Rocket framework practice
Go to file
texhno 876372c09a Added LICENSE.md 2023-12-11 02:38:05 +01:00
src Initial commit 2023-12-11 02:24:54 +01:00
.gitignore Initial commit 2023-12-11 02:24:54 +01:00
Cargo.toml Initial commit 2023-12-11 02:24:54 +01:00
LICENSE.md Added LICENSE.md 2023-12-11 02:38:05 +01:00
README.md Added README.md 2023-12-11 02:32:05 +01:00
Rocket.toml Initial commit 2023-12-11 02:24:54 +01:00

README.md

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!