mamba-org / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
226 stars 42 forks source link

refactor: move the cache tooling into its own crate for reuse downstream #721

Closed ruben-arts closed 1 month ago

ruben-arts commented 1 month ago

Moving the caching logic into it's own crate so it can be reused in lower level crates.

I'm planning to use this in the fetching of direct url matchspec packages so it can also be part of the cache and use the same fetching logic.