zksync_protobuf/lib.rs
1//! Code generated from protobuf schema files and
2//! utilities for serialization.
3
4#[doc(hidden)] // should only be used by code generated by `protobuf_build` crate
5pub mod build;
6pub mod proto;
7mod proto_fmt;
8pub mod repr;
9pub use repr::{read_optional_repr, read_required_repr, ProtoRepr};
10pub mod serde;
11mod std_conv;
12pub mod testonly;
13
14pub use self::proto_fmt::*;
15
16#[cfg(test)]
17mod tests;