Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danny-yamamoto/rust-api-samples-rocket

Implement Rust API with Rocket.
https://github.com/danny-yamamoto/rust-api-samples-rocket

axum rocket rust sqlite3 sqlx

Last synced: about 1 month ago
JSON representation

Implement Rust API with Rocket.

Awesome Lists containing this project

README

        

# rust-api-samples-rocket
Implement Rust API with Rocket.

## [Axum](./axum/README.md)
## [Rokect](./rocket/README.md)

## Change to bullseye.
```bash
sudo apt update
sudo curl https://raw.githubusercontent.com/SeaQL/FireDBG.for.Rust/main/install.sh -sSf | sh
sudo apt install build-essential
```