Crate v_utils
Source pub extern crate v_utils_macros as macros;
pub use other::*;
- io
- other
- prelude
- trades
- utils
- clientside
- HACK
- 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)