Module serde

Module serde 

Source
Expand description

Contains extensions of serde and internal reexports.

Structs§

SerializeBytesAsHex
Serializes a byte slice using the hex crate.

Traits§

IntoDeError
Converts given error type to a type implementing de::Error.