Expand description
Cross-cutting base utilities for DiiDi Travel services.
Currently centred on a Tower-based middlewares stack that ties the rest of the common
crates (struct, logging, error) into the request/response path.
Re-exports§
pub use diidi_travel_common_error as error;pub use diidi_travel_common_logging as logging;pub use diidi_travel_common_struct as model;
Modules§
- middlewares
- Tower-based middleware stack shared across DiiDi Travel HTTP services.