pub fn default_cache_path() -> Option<PathBuf>Expand description
The default local price-cache path: $BTCTAX_PRICE_CACHE if set, else
<data_dir>/btctax/price_cache.csv (dirs::data_dir()), else None (no platform data dir ⇒
bundled-only — still fully functional, just no cache overlay).