Docs.rs
rattler_cache-0.6.6
rattler_cache 0.6.6
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
baszalmstra
Dependencies
assert_matches ^1.5.0
dev
axum ^0.8.4
dev
bytes ^1.10.1
dev
futures ^0.3.31
dev
reqwest-retry ^0.8.0
dev
rstest ^0.26.1
dev
tokio-stream ^0.1.17
dev
tower-http ^0.6.4
dev
ahash ^0.8.12
normal
anyhow ^1.0.98
normal
dashmap ^6.1.0
normal
digest ^0.10.7
normal
dirs ^6.0.0
normal
fs-err ^3.1.0
normal
fs4 ^0.13.1
normal
futures ^0.3.31
normal
itertools ^0.14.0
normal
parking_lot ^0.12.4
normal
rattler_conda_types =0.42.4
normal
rattler_digest =1.2.2
normal
rattler_networking =0.25.29
normal
rattler_package_streaming =0.23.21
normal
rattler_redaction =0.1.13
normal
rayon ^1.10.0
normal
reqwest ^0.12.15
normal
reqwest-middleware ^0.4.2
normal
serde_json ^1.0.140
normal
simple_spawn_blocking ^1.1
normal
tempfile ^3.20.0
normal
thiserror ^2.0
normal
tokio ^1.45.1
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
Versions
92.68%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate rattler_cache
rattler_
cache
0.6.6
All Items
Crate Items
Modules
Constants
Functions
Crate
rattler_
cache
Copy item path
Source
Modules
§
package_
cache
This module provides functionality to cache extracted Conda packages. See
PackageCache
.
run_
exports_
cache
This module provides functionality to cache extracted Conda packages. See
RunExportsCache
.
validation
Functionality to validate the contents of a Conda package.
Constants
§
PACKAGE_
CACHE_
DIR
The location in the main cache folder where the conda package cache is stored.
REPODATA_
CACHE_
DIR
The location in the main cache folder where the repodata cache is stored.
RUN_
EXPORTS_
CACHE_
DIR
Functions
§
default_
cache_
dir
Determines the default cache directory for rattler. It first checks the environment variable
RATTLER_CACHE_DIR
. If not set, it falls back to the standard cache directory provided by
dirs::cache_dir()/rattler/cache
.