protobuf-support2 4.0.0-alpha.2

Code supporting protobuf implementation. None of code in this crate is public API.
Documentation
1
2
3
4
5
6
7
8
9
//! # 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;