//! # Shredlink Protocol Buffers
//!
//! This crate provides Protocol Buffer definitions and generated Rust code for the Shredlink gRPC services.
//!
//! ## Usage
//!
//! Add this to your `Cargo.toml`:
//!
//! ```toml
//! [dependencies]
//! shredlink-proto = "0.1.0"
// Include the generated protobuf code
// Re-export prost_types for timestamp handling
pub use Timestamp;