Re-exports§
pub extern crate v_utils_macros as macros;pub use other::*;
Modules§
Macros§
- clientside
- HACK
- define_
str_ enum - fmt_
with_ width - xdg_
cache - Will create $“XDG_CACHE_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_
config - Will create $“XDG_CONFIG_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_
data - Will create $“XDG_DATA_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_
runtime - Will create $“XDG_RUNTIME_DIR”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_
state - Will create $“XDG_STATE_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)