blob: 0e655a53b7c19e496c5128ed9998dec21f0aa614 (
plain) (
tree)
|
|
//! Crate for serving a S3 compatible API
#[macro_use]
extern crate tracing;
pub mod common_error;
pub mod cors;
pub mod encoding;
pub mod generic_server;
pub mod helpers;
pub mod router_macros;
pub mod signature;
|