Functionsยง
- Returns all XDG user directories obtained from $(XDG_CONFIG_HOME)/user-dirs.dirs.
- parse_
user_ ๐dirs - read_
all ๐Reads the entire contents of a file into a byte vector. - shell_
unescape ๐Unescape bytes escaped with POSIX shell double-quotes rules (as used by xdg-user-dirs-update). - Returns a single XDG user directory obtained from $(XDG_CONFIG_HOME)/user-dirs.dirs.
- split_
once ๐Returns bytes before and after first occurrence of separator. - trim_
blank ๐Returns a slice with leading and trailingcharacters removed.