§2023-07-09
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
$ 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
Return to Top