//! Code generated from protobuf schema files and
//! utilities for serialization.
#[doc(hidden)] // should only be used by code generated by `protobuf_build` crate
pub mod build;
pub mod proto;
mod proto_fmt;
pub mod repr;
pub use repr::{read_optional_repr, read_required_repr, ProtoRepr};
pub mod serde;
mod std_conv;
pub mod testonly;
pub use self::proto_fmt::*;
#[cfg(test)]
mod tests;