/crud-rest-api-rust-rocket-diesel-postgres

Part of the playground: https://github.com/TmLev/playground

Primary LanguageRust

CRUD REST API [Rust + Rocket + Diesel + Postgres]

API should allow simple CRUD operations over artists entities.

Current status:

  • List
  • Retrieve
  • Create
  • Update
  • Destroy