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