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.27k stars 43 forks source link

Document cache location #120

Open Columbus240 opened 1 year ago

Columbus240 commented 1 year 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.