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