gecko-dev/third_party/rust/xdg
..
src
test_files
.cargo-checksum.json
.cargo-ok
.gitignore
.travis.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

rust-xdg

rust-xdg is a library that makes it easy to follow the X Desktop Group specifications.

Currently, only XDG Base Directory specification is implemented.

Installation

Add the following to Cargo.toml:

[dependencies]
xdg = "^2.0"

Examples

See documentation.

License

rust-xdg is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.