Crate stdcode

source ·

Modules

Structs

A bytevector that serializes as a bytevector for binary formats (like stdcode), but as hex for string formats (like JSON).
A wrapper that serializes whatever’s wrapped inside with its Display and FromStr implementations.

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.