No description
  • Rust 86.8%
  • PowerShell 13.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-07-09 07:43:50 +02:00
src Fix compilation on redox 2018-07-09 07:43:50 +02:00
.gitignore init 2016-03-08 20:10:11 -08:00
.travis.yml fix travis CI filename 2016-03-09 02:01:49 -08:00
appveyor.yml Fix appveyor build script 2016-03-09 04:41:02 -08:00
appveyor_rust_install.ps1 Initial CI config 2016-03-09 01:59:35 -08:00
Cargo.toml silly README update 2018-03-29 16:31:38 -07:00
LICENSE.txt init 2016-03-08 20:10:11 -08:00
README.md silly README update 2018-03-29 16:31:38 -07:00
rustfmt.toml cargo fmt 2016-10-29 01:16:28 -07:00

app_dirs

Put your app's data in the right place on every platform

crates.io: app_dirs Linux & OS X build status Windows build status

Documentation & examples

https://docs.rs/app_dirs

Installation

Add the following to your Cargo.toml under [dependencies]:

app_dirs = "^1.2.1"