Crate serdapt_hex

Source
Expand description

§Overview

Hex adapter for #[serde(with = ...)]. See serdapt for more information on how to use such adapters.

The documentation for Hex and HexArray provides examples.

§Contribute

All contributions shall be licensed under the 0BSD license.

Structs§

Hex
Adapter to serialize bytes as a hex string
HexArray
Adapter to serialize a byte array as a hex string

Type Aliases§

LowHex
Adapter to serialize bytes as a lowercase hex string
LowHexArray
Adapter to serialize a byte array as a lowercase hex string
UpHex
Adapter to serialize bytes as an uppercase hex string
UpHexArray
Adapter to serialize a byte array as an uppercase hex string