1 2 3 4 5 6 7 8
//! Functionality to stream and extract packages directly from a [`reqwest::Url`]. pub mod fetch; pub mod full_download; pub mod sparse; pub mod tokio; #[cfg(test)] mod test_server;