macro_rules! xdg_cache_file {
($subpath:expr) => { ... };
}Expand description
Will create $XDG_CACHE_HOME/<crate_name>/ and return the path to the file specified in $subpath
macro_rules! xdg_cache_file {
($subpath:expr) => { ... };
}Will create $XDG_CACHE_HOME/<crate_name>/ and return the path to the file specified in $subpath