An open API service indexing awesome lists of open source software.

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

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.