Crate rattler_package_streaming
source ·Expand description
This crate provides the ability to extract a Conda package archive or specific parts of it.
Modules§
- Functions to extracting or stream a Conda package from a file on disk.
- Functions that enable extracting or streaming a Conda package for objects that implement the
std::io::Read
trait. - Functionality to stream parts of a
.conda
archive for objects that implement bothstd::io::Read
andstd::io::Seek
like astd::fs::File
or astd::io::Cursor<T>
. - Functionality to stream and extract packages in an
tokio
async context. - Functionality for writing conda packages
Structs§
- Result struct returned by extraction functions.
Enums§
- An error that can occur when extracting a package archive.
Traits§
- A trait that can be implemented to report download progress.