http-downloader icon indicating copy to clipboard operation
http-downloader copied to clipboard

用 Rust 写的支持多线程与断点续传的 HTTP 下载库

Results 3 http-downloader issues
Sort by recently updated
recently updated
newest added

系统 : macOS 13.6.2 Rustc 1.74.0 执行cargo run来测试时,报如下错误: ~~~~ $ RUST_BACKTRACE=1 cargo run warning: unused import: `Instant` --> src/extensions/speed_tracker.rs:2:27 | 2 | use std::time::{Duration, Instant}; | ^^^^^^^ | = note:...

bug

如何实现在下载中从外部调用速度变更呢

如题, 分段下载完成后 中间文件.bson 没有删除掉