ยง2023-07-09
- install Rocket
- rust not installed
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
- [Quick Start](git clone https://github.com/SergioBenitez/Rocket)
$ git clone https://github.com/SergioBenitez/Rocket
$ cd Rocket
$ git checkout v0.5.0-rc.3 -b test
Switched to a new branch 'test'
$ cd examples/hello/
$ cargo run