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