fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.2k stars 41 forks source link

Document cache location #120

Open Columbus240 opened 9 months ago

Columbus240 commented 9 months ago

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.