Re-exports§
pub use fixed_bytes_hex::bytes_4_hex;
pub use fixed_bytes_hex::bytes_8_hex;
Modules§
- address_
hex - b256_
hex - fixed_
bytes_ hex - Formats
[u8; n]
as a 0x-prefixed hex string. - hex
- Provides utilities for parsing 0x-prefixed hex strings.
- hex_vec
- Formats
Vec<u8>
as a 0x-prefixed hex string. - json_
str - Serialize a datatype as a JSON-blob within a single string.
- list_
of_ bytes_ lists - Formats
Vec<u64>
using quotes. - quoted_
i64 - quoted_
u8 - quoted_
u32 - quoted_
u64 - quoted_
u64_ vec - Formats
Vec<u64>
using quotes. - quoted_
u256 - u8_hex
- Formats
u8
as a 0x-prefixed hex string. - u32_hex
- Formats
u32
as a 0x-prefixed, little-endian hex string. - u64_
hex_ be - Formats
u64
as a 0x-prefixed, big-endian hex string. - u256_
dec - u256_
hex_ be