Skip to content

Commit e4260e3

Browse files
committed
refactor: use phf_codegen instead of using macros
1 parent 25010bd commit e4260e3

File tree

8 files changed

+3512
-3060
lines changed

8 files changed

+3512
-3060
lines changed

Cargo.lock

Lines changed: 7 additions & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ test = false
3333
doctest = false
3434

3535
[dependencies]
36-
phf = { version = "0.12.0", features = ["macros"] }
36+
phf = "0.12.0"

0 commit comments

Comments
 (0)