rust-script icon indicating copy to clipboard operation
rust-script copied to clipboard

Document cache location

Open Columbus240 opened this issue 2 years ago • 1 comments

The documentation does not say, where the cache files are stored. From current src/platform.rs I see, that dirs::cache_dir is used for that, which specifies the location. It would have been helpful, to have a note somewhere in the documentation about the cache location.

Columbus240 avatar Nov 02 '23 15:11 Columbus240

Furthermore, it would be great to allow for customization. I like that is uses the XDG base directories. However, I like to separate caches per project.

weilbith avatar Oct 29 '25 10:10 weilbith