• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-547338

tests/H03-May-2022-242189

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D06-Aug-202074 65

.gitignoreH A D09-Jul-202018 32

.travis.ymlH A D09-Jul-2020120 1111

Cargo.tomlH A D06-Aug-20201.5 KiB4439

Cargo.toml.orig-cargoH A D06-Aug-2020878 2924

README.mdH A D09-Jul-2020896 2614

appveyor.ymlH A D09-Jul-20204 KiB120101

appveyor_rust_install.ps1H A D09-Jul-20202.6 KiB7235

rustfmt.tomlH A D09-Jul-2020112 54

README.md

1# app_dirs
2
3*Put your app's data in the right place on every platform*
4
5[![crates.io:app_dirs2](https://img.shields.io/crates/v/app_dirs2.svg?label=crates.io%3A%20app_dirs2)](https://crates.io/crates/app_dirs2)
6
7## This is the up-to-date version of `app_dirs`
8
9The original [app_dirs](https://lib.rs/crates/app_dirs) crate is unmaintained and has seriously outdated dependencies. This is an fork that keeps the crate working and up-to-date.
10
11This is a *community-maintained project*, so if you find a bug or the crate is missing support for your platform, please help out.
12
13There are no major changes planned. If you're looking for a crate with more features, check out the [directories](https://lib.rs/crates/directories) crate.
14
15## Documentation & examples
16
17https://docs.rs/app_dirs2
18
19## Installation
20
21Add the following to your `Cargo.toml` under `[dependencies]`:
22
23```toml
24app_dirs2 = "2"
25```
26