Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danny-yamamoto/rust-api-samples-rocket
- Owner: danny-yamamoto
- Created: 2023-12-07T00:31:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T10:57:59.000Z (11 months ago)
- Last Synced: 2024-10-31T23:06:48.839Z (3 months ago)
- Topics: axum, rocket, rust, sqlite3, sqlx
- Language: Rust
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```