14 lines
229 B
Markdown
14 lines
229 B
Markdown
# Learning BE with Rusts Rocket framework
|
|
|
|
How to run?
|
|
|
|
```bash
|
|
# in development mode (with debugging) - slower/unoptimized
|
|
cargo run
|
|
|
|
# in production mode - faster
|
|
cargo run --production
|
|
```
|
|
|
|
However, thereisn't much here, YET!
|