Modules§
Structs§
- HexBytes
Inner - A bytevector that serializes as a bytevector for binary formats (like stdcode), but as hex for string formats (like JSON).
- Serialize
AsString - A wrapper that serializes whatever’s wrapped inside with its Display and FromStr implementations.
Traits§
- Stdcode
Serialize Ext - An extension trait for all stdcode-serializable stuff.
Functions§
- deserialize
- Safe deserialize that prevents DoS attacks.
- serialize
- Serialize the stuff
Type Aliases§
- HexBytes
- A type, similar to serde_with::Bytes, except using hex encoding for text formats.