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.
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.