Skip to content

Commit

Permalink
bytewords: replace phf crate with match statement
Browse files Browse the repository at this point in the history
This gets rid of almost two thirds of our dependencies.
  • Loading branch information
dspicher committed Feb 5, 2025
1 parent ed8f722 commit 53a48fb
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 527 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ repository = "https://github.com/dspicher/ur-rs/"
bitcoin_hashes = { version = "0.16", default-features = false }
crc = "3"
minicbor = { version = "0.25", features = ["alloc"] }
phf = { version = "0.11", features = ["macros"], default-features = false }
rand_xoshiro = "0.6"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 53a48fb

Please sign in to comment.