https://github.com/michellen/codespaces-spin-http-rust
codespaces template for spin http rust app
https://github.com/michellen/codespaces-spin-http-rust
Last synced: 9 months ago
JSON representation
codespaces template for spin http rust app
- Host: GitHub
- URL: https://github.com/michellen/codespaces-spin-http-rust
- Owner: michelleN
- License: apache-2.0
- Created: 2022-12-08T01:43:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T02:56:12.000Z (about 3 years ago)
- Last Synced: 2025-02-01T14:13:49.801Z (11 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spin HTTP Rust app
Welcome to your HTTP rust app! Set up your Code Spaces environment to work with all the necessary pre-requisites to get up and running.
1. Install rust with the following command in the terminal below:
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
2. Install the Spin VS Code extension
3. See the `spin.toml` file to modify metadata for your app (name, routes, etc).
4. See `src/lib.rs` to start hacking.