refactor: split into more logical files

This commit is contained in:
Noa Aarts 2024-10-18 01:56:23 +02:00
parent 19eb943865
commit 9dc681086d
Signed by: noa
GPG key ID: 1850932741EFF672
11 changed files with 728 additions and 276 deletions

View file

@ -12,6 +12,12 @@ image = "0.25.2"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"
[dev-dependencies]
tempfile = "*"
test-case = "*"
criterion = "*"
rand = "*"
[profile.dev]
opt-level = 1