Crate serde_utils
source ·Re-exports§
pub use fixed_bytes_hex::bytes_4_hex;
pub use fixed_bytes_hex::bytes_8_hex;
Modules§
- Formats
[u8; n]
as a 0x-prefixed hex string. - Provides utilities for parsing 0x-prefixed hex strings.
- Formats
Vec<u8>
as a 0x-prefixed hex string. - Serialize a datatype as a JSON-blob within a single string.
- Formats
Vec<u64>
using quotes. - Formats
Vec<u64>
using quotes. - Formats
u8
as a 0x-prefixed hex string. - Formats
u32
as a 0x-prefixed, little-endian hex string. - Formats
u64
as a 0x-prefixed, big-endian hex string.