directories 2.0.0

A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS 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
os:
- linux
- osx

sudo: false

language: rust

rust:
- stable
- beta
- 1.13.0

install:
- rustc -Vv
- cargo -V

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

cache:
  cargo: true