Skip to main content

Module option

Module option 

Source
Expand description

Option handling module.

Provides OptionHandler – a centralized option management struct with built-in C++ aria2 compatible defaults, .aria2rc config file parsing, CLI argument override support, and conversion to [DownloadOptions].

Re-exports§

pub use crate::config::option::OptionValue;
pub use option_handler::OptionHandler;

Modules§

option_handler
Centralized OptionHandler with config file parser (.aria2rc format).