Skip to content

Commit 1d6f947

Browse files
committed
Replace custom hex parsing with hex-conservative crate
Add hex-conservative as a dependency and refactor hex parsing code to use it instead of the custom implementation. Update FromHex trait to use associated error types and standardize hex decoding across the codebase.
1 parent f6ffc78 commit 1d6f947

File tree

5 files changed

+506
-663
lines changed

5 files changed

+506
-663
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ serde_json = { version = "1.0", optional = true }
3232
actual-serde = { package = "serde", version = "1.0.103", features = [
3333
"derive",
3434
], optional = true }
35+
hex-conservative = "1.0.0"
3536

3637

3738
[target.wasm32-unknown-unknown.dev-dependencies]

0 commit comments

Comments
 (0)