Skip to content

Commit

Permalink
Use binary format for smallest encoding size
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Sep 9, 2024
1 parent 2910ac8 commit 43c8c73
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 273 deletions.
33 changes: 33 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ walkdir = "2.5.0"
once_cell = "1.19.0"
nom = "7.1"
const_format = "0.2.32"
strum = { version = "0.26.3", features = ["derive"] }
derive_more = { version = "1.0.0", features = ["full"] }

[dependencies.irc]
path = "../irc"
Expand Down
Loading

0 comments on commit 43c8c73

Please sign in to comment.