//! gRPC API for rs3gw
//!
//! This module provides a high-performance gRPC interface to the S3 gateway,
//! offering bi-directional streaming for large file transfers and native HTTP/2 support.
//!
//! # Features
//! - High-performance binary protocol with Protocol Buffers
//! - Bi-directional streaming for multipart uploads
//! - Server streaming for large downloads and object listings
//! - Client streaming for efficient uploads
//! - Native HTTP/2 multiplexing
//! - Language-agnostic client generation
// Re-export generated protobuf code
pub use ;