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 
6 pub mod json_name;
7 pub mod lexer;
8 pub mod text_format;
9 pub mod toposort;
10