Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
protobuf
/
d32e6ee45f75ffaf1af1f2fea8ae5ed93112d0c2
/
.
/
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
;