Crates.io | prefix-hex |
lib.rs | prefix-hex |
version | 0.7.1 |
source | src |
created_at | 2022-03-17 10:38:21.534789 |
updated_at | 2023-07-19 16:32:42.079544 |
description | Encoding and decoding of hex strings with a 0x prefix. |
homepage | https://www.iota.org |
repository | https://github.com/iotaledger/common-rs |
max_upload_size | |
id | 551737 |
size | 25,208 |
The prefix-hex
crates offers encoding and decoding of hex strings with a 0x
prefix.
Its API aims to mimic that of the hex
crate, which we also use internally.
This crate is compatible with the hex encoding rules of the Ethereum RPC API.