[go: up one dir, main page]

protobuf 2.18.1

Rust implementation of Google protocol buffers
Documentation
1
2
3
4
5
6
7
8
//! JSON serialization and deserialization.
//!
//! (Implemented in master, but not ported to stable branch yet).

mod json_name;

#[doc(hidden)]
pub use self::json_name::json_name;