https://github.com/geekmasher/examples-rocket-introduction
Rust Rocket Example
https://github.com/geekmasher/examples-rocket-introduction
Last synced: about 1 year ago
JSON representation
Rust Rocket Example
- Host: GitHub
- URL: https://github.com/geekmasher/examples-rocket-introduction
- Owner: GeekMasher
- License: mit
- Created: 2022-05-29T16:01:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T16:27:07.000Z (about 4 years ago)
- Last Synced: 2025-03-23T22:39:19.527Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# examples-rocket-introduction
Rust Rocket Example
Example build for [geekmasher.dev](https://geekmasher.dev/dev/rust/introduction-rust-rocket/).
## Launch Rocket
```bash
cargo run
```