actix-contrib-rest

Crates.ioactix-contrib-rest
lib.rsactix-contrib-rest
version0.6.0
sourcesrc
created_at2023-08-27 19:24:52.373269
updated_at2024-11-04 13:26:35.84244
descriptionUtil types and functions for REST and webapp projects built on top of the Actix Web framework
homepagehttps://github.com/mrsarm/rust-actix-contrib-rest
repositoryhttps://github.com/mrsarm/rust-actix-contrib-rest
max_upload_size
id956332
size49,607
Mariano Ruiz (mrsarm)

documentation

README

actix-contrib-rest

Util types and functions for REST and webapp projects built on top of the Actix Web framework.

It does include structs and methods to:

  • ⚠️ Managing errors.
  • 📣 Properly serialize errors, with a JSON response explaining the reason.
  • 📄 Pagination and query search structs.
  • 🛢 Basic types for managing DB connections and transactions (sqlx-postgres feature).
  • ✅ Basic methods to easily deals with streams and integration tests.

Check the 📖 docs at https://docs.rs/actix-contrib-rest/.

(❗️) This project is in a very early stage.

About

Project Home: https://github.com/mrsarm/rust-actix-contrib-rest.

Authors

  • Mariano Ruiz (mrsarm at gmail.com).

License

This project is licensed under either of the following licenses, at your option:

Commit count: 34

cargo fmt