gearbox-rs-core 1.3.0

Core framework for Gearbox - dependency injection and HTTP routing
Documentation
1
2
3
4
5
6
7
8
//! CRUD support traits and types.
//!
//! This module provides runtime support for the `#[derive(Crud)]` macro,
//! including pagination and response wrapping.

mod response;

pub use response::{ErrorResponse, PagedResponse};