Skip to content

Commit f715f0a

Browse files
committed
refactor: redesign handler API
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.
1 parent 049886f commit f715f0a

File tree

19 files changed

+1142
-707
lines changed

19 files changed

+1142
-707
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ twitch_api = { version = "0.7.0-rc.8", features = ["eventsub", "helix", "reqwest
2525
unidirs = "0.1.1"
2626

2727
[dev-dependencies]
28-
pretty_assertions = "1.4.1"
28+
similar-asserts = "1.6.0"
29+
test-case = "3.3.1"
2930

3031
[profile.release]
3132
lto = "thin"

0 commit comments

Comments
 (0)