Docs.rs
rattler_cache-0.3.17
rattler_cache 0.3.17
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.1
dev
bytes ^1.10.1
dev
futures ^0.3.31
dev
reqwest-retry ^0.7.0
dev
rstest ^0.25.0
dev
tokio-stream ^0.1.17
dev
tower-http ^0.6.2
dev
anyhow ^1.0.97
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
fxhash ^0.2.1
normal
itertools ^0.14.0
normal
parking_lot ^0.12.3
normal
rattler_conda_types ^0.32.0
normal
rattler_digest ^1.1.1
normal
rattler_networking ^0.22.12
normal
rattler_package_streaming ^0.22.36
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.0
normal
tempfile ^3.19.1
normal
thiserror ^2.0
normal
tokio ^1.44.2
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
Versions
94.03%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rattler_
cache
0.3.17
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
.