undis 0.1.0

serde-compatible redis library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Helper tools for serde.

mod ensure_map_like;
mod ensure_scalar;
mod ensure_sequence;
mod entry;
mod struct_fields;

pub use ensure_map_like::EnsureMapLike;
pub use ensure_scalar::EnsureScalar;
pub use ensure_sequence::EnsureSequence;
pub use entry::Entry;
pub use struct_fields::extract_struct_fields;