rust-cached-path icon indicating copy to clipboard operation
rust-cached-path copied to clipboard

🦀 Rust utility for accessing both local and remote files through a unified interface

Results 18 rust-cached-path issues
Sort by recently updated
recently updated
newest added

- Added infer as a dependency so the inference of the archive type (zip, gzip) doesn't rely on the file extension. - Added option to extract the archive to a...

Thanks a lot for this crate. The current use of `reqwest::blocking` panics when used in an async environment. One workaround would be to use `spawn_blocking` but I thought this might...

Hello @epwalsh, thank you for this project, it's very useful! One issue that I have is that the cache sometimes takes up all of the disk space, for when I'm...

Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version. Changelog Sourced from predicates's changelog. [3.0.1] - 2023-03-14 Fixes Show colors for diff header [3.0.0] - 2023-03-14 Compatibility color feature...

dependencies
rust

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. Release notes Sourced from actions/cache's releases. v3.0.0 This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of...

dependencies
github_actions

Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. Release notes Sourced from indicatif's releases. 0.17.0 indicatif is one of the most popular terminal progress bar libraries in the...

dependencies

Updates the requirements on [httpmock](https://github.com/alexliesenfeld/httpmock) to permit the latest version. Release notes Sourced from httpmock's releases. v0.6.1 This is a maintenance release that updates all dependencies to the most recent...

dependencies

Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. Changelog Sourced from assert_cmd's changelog. [2.0.0] - 2021-08-05 Breaking Changes Assert::append_context now requires a Send+Sync context, to be compatible with...

dependencies

I see that `cached-path` currently determines how to extract an archive according to its filename extension: https://github.com/epwalsh/rust-cached-path/blob/db8cafb061ec1ff561747026f5db4317bfbaff7d/src/archives.rs#L17-L23 The problem that I have is that some archives do not use the...

enhancement
good first issue

Hello there, first of all I wanted to say thanks for this great library. For my use case of the library it would be great, if I could verify the...