Skip to content

Commit

Permalink
refactor: redesign handler API
Browse files Browse the repository at this point in the history
Move the handler definitions to a separate module and make the text
parsing a separate module. All handler logic operates on defined structs
instead now.
  • Loading branch information
dnaka91 committed Oct 25, 2024
1 parent 049886f commit b0a1ba2
Show file tree
Hide file tree
Showing 19 changed files with 1,140 additions and 707 deletions.
163 changes: 115 additions & 48 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ twitch_api = { version = "0.7.0-rc.8", features = ["eventsub", "helix", "reqwest
unidirs = "0.1.1"

[dev-dependencies]
pretty_assertions = "1.4.1"
similar-asserts = "1.6.0"
test-case = "3.3.1"

[profile.release]
lto = "thin"
Expand Down
Loading

0 comments on commit b0a1ba2

Please sign in to comment.