serde_json_ext 0.1.9

A serde_json extension that provides configurable bytes serialization formats (hex, base64, default array)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod map;
pub mod seq;
pub(crate) mod ser_bytes;
pub mod serializer;
pub mod r#struct;
pub mod struct_variant;
pub mod to;
pub mod tuple;
pub mod tuple_struct;
pub mod tuple_variant;
pub mod value;