Crate arch_mirrors

Crate arch_mirrors 

Source
Expand description

§Arch Mirrors

Get and parse the Arch Linux mirrors.

Re-exports§

pub use crate::url::Url;
pub use country::Country;
pub use protocol::Protocol;
pub use status::Status;

Modules§

country
This module contains every country listed in the Arch Linux mirror status as of the time of writing (05/20/2021).
protocol
This is where the Protocol structs and its dependencies go.
status
This is where the Status struct and all of its direct dependencies go.
url
This is where the Url struct and all of its dependencies go.

Functions§

get_status
Shorthand for Status::get(). This gets the mirror status of all Arch Linux mirrors.