Modules

Structs

A bytevector that serializes as a bytevector for binary formats (like stdcode), but as hex for string formats (like JSON).

Traits

An extension trait for all stdcode-serializable stuff.

Functions

Safe deserialize that prevents DoS attacks.
Serialize the stuff

Type Definitions

A type, similar to serde_with::Bytes, except using hex encoding for text formats.