rattler_package_streaming 0.26.2

Extract and stream of Conda package archives
Documentation
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;