dirs 2.0.2

A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.
Documentation
sudo: false

language: rust

os:
- linux
- osx

rust:
- stable
- beta
- 1.21.0
- 1.13.0

install:
- rustc -Vv
- cargo -V

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

cache:
  cargo: true