fwd/vendor/xdg
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00
..
src Vendor dependencies 2022-12-19 08:38:22 -08:00
test_files Vendor dependencies 2022-12-19 08:38:22 -08:00
.cargo-checksum.json Vendor dependencies 2022-12-19 08:38:22 -08:00
Cargo.toml Vendor dependencies 2022-12-19 08:38:22 -08:00
LICENSE-APACHE Vendor dependencies 2022-12-19 08:38:22 -08:00
LICENSE-MIT Vendor dependencies 2022-12-19 08:38:22 -08:00
README.md Vendor dependencies 2022-12-19 08:38:22 -08:00

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.1"

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.