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 PackageCache manages a cache of extracted Conda packages on disk.

Enums§

Traits§

  • A trait that can be implemented to report progress of the download and validation process.