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
6
7
/// Input mode for the TUI.
#[derive(PartialEq)]
pub(super) enum InputMode {
    Normal,
    UrlInput,
    DirInput,
}