[feat]: resumable downloads (#1746)

* optimize tests

* add test

* resumable downloads
This commit is contained in:
Aiden McClelland
2022-08-24 15:22:49 -06:00
committed by GitHub
parent 2dd31fa93f
commit b2d7f4f606
2 changed files with 139 additions and 79 deletions

View File

@@ -144,3 +144,6 @@ url = { version = "2.2.2", features = ["serde"] }
[profile.dev.package.backtrace]
opt-level = 3
[profile.test]
opt-level = 3