1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 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;