directories 0.8.3

A tiny library that provides platform-specific standard locations of directories for config, cache, etc. data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base directory and the XDG user directory specifications on Linux, the Known Folder system on Windows, and the Standard Directory rules on macOS.
Documentation
os:
- linux
- osx

sudo: false

language: rust

rust:
- stable
- beta

install:
- rustc -Vv
- cargo -V

script:
- cargo check --verbose
- RUST_BACKTRACE=full cargo test --verbose -- --nocapture

cache:
  cargo: true