tur-rs 0.7.0

A relentless, high-concurrency download manager built for speed and efficiency. Tur uses dynamic work-stealing and aligned storage to saturate your bandwidth while maintaining a minuscule memory footprint. Inspired by the legends, built for the modern Rust ecosystem.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy)]
pub(super) struct OriginPhiRatioEntry {
    pub ratio: f64,
    pub last_used_tick: u64,
}