rattler_cache 0.6.21

A crate to manage the caching of data in rattler
Documentation
1
2
3
4
5
/// The location in the main cache folder where the conda package cache is stored.
pub const PACKAGE_CACHE_DIR: &str = "pkgs";
pub const RUN_EXPORTS_CACHE_DIR: &str = "run-exports";
/// The location in the main cache folder where the repodata cache is stored.
pub const REPODATA_CACHE_DIR: &str = "repodata";