Module rattler_cache::package_cache
source · Expand description
This module provides functionality to cache extracted Conda packages. See
PackageCache.
Structs§
- Provides a unique identifier for packages in the cache. TODO: This could not be unique over multiple subdir. How to handle? TODO: Wouldn’t it be better to cache based on hashes?
- A
PackageCachemanages a cache of extracted Conda packages on disk.
Enums§
- An error that might be returned from one of the caching function of the
PackageCache.
Traits§
- A trait that can be implemented to report progress of the download and validation process.