Crate v_utils
Source pub extern crate v_utils_macros as macros;
pub use other::*;
- io
- other
- prelude
- trades
- utils
- clientside
- HACK
- define_str_enum
- fmt_with_width
- xdg_cache_dir
- Will create $“XDG_CACHE_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_cache_file
- Will create $“XDG_CACHE_HOME”/<crate_name>/ and return the path to the file specified in $subpath
- xdg_config_dir
- Will create $“XDG_CONFIG_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_config_file
- Will create $“XDG_CONFIG_HOME”/<crate_name>/ and return the path to the file specified in $subpath
- xdg_data_dir
- Will create $“XDG_DATA_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_data_file
- Will create $“XDG_DATA_HOME”/<crate_name>/ and return the path to the file specified in $subpath
- xdg_runtime_dir
- Will create $“XDG_RUNTIME_DIR”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_runtime_file
- Will create $“XDG_RUNTIME_DIR”/<crate_name>/ and return the path to the file specified in $subpath
- xdg_state_dir
- Will create $“XDG_STATE_HOME”/<crate_name>/$subpath/ (“” for no subpath; subpath is a DIR)
- xdg_state_file
- Will create $“XDG_STATE_HOME”/<crate_name>/ and return the path to the file specified in $subpath