//! The Prelude
//!
//! The purpose of this module is to include protobuf traits which may be needed to invoke methods on the types defined in this crate.
//!
//! ```
//! # #![allow(unused_imports)]
//! use catalyst_protocol_sdk_rust::prelude::*;
//! ```
pub use ProtobufEnum;
pub use Message;