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:
- Apache License, Version 2.0, (LICENSE-APACHE or [http://www.apache.org/licenses/LICENSE-2.0])
- MIT license (LICENSE-MIT or [http://opensource.org/licenses/MIT])