use crateInput;
use Result;
use PathBuf;
/// Returns the absolute path to app cache directory.
///
/// May return an error when system cache directory does not exist,
/// or when it can not create app specific directory.
///
/// | OS | Example |
/// | -------- | ---------------------------------- |
/// | Linux | /home/alice/.cache/NAME |
/// | macOS | /Users/Alice/Library/Caches/NAME |
/// | Windows | C:\Users\Alice\AppData\Local\NAME |