blob: 63c2a8da2228f43fa9f83f4ec36726fa1bf1116b [file] [log] [blame]
//! # Supporting code for protobuf crates
//!
//! Code in this crate is used in protobuf crates like `protobuf` or `protobuf-parse`.
//! None of code in this crate has public API.
pub mod json_name;
pub mod lexer;
pub mod text_format;
pub mod toposort;