protobuf_support/
lib.rs

1//! # Supporting code for protobuf crates
2//!
3//! Code in this crate is used in protobuf crates like `protobuf` or `protobuf-parse`.
4//! None of code in this crate has public API.
5
6pub mod json_name;
7pub mod lexer;
8pub mod text_format;
9pub mod toposort;