Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
protobuf
/
cf826f17f72c02c33c054e90aa21fc6b080731ef
/
.
/
src
/
json
/
mod.rs
blob: 2755aad37cc397f83208fc76f1ee4f55dc485c49 [
file
] [
log
] [
blame
]
//! 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
;