macro_rules! xdg_state_dir {
($subpath:expr) => { ... };
}Expand description
Will create $XDG_STATE_HOME/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
macro_rules! xdg_state_dir {
($subpath:expr) => { ... };
}Will create $XDG_STATE_HOME/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)