| Crates.io | xdg |
| lib.rs | xdg |
| version | 3.0.0 |
| created_at | 2015-09-20 21:42:28.529732+00 |
| updated_at | 2025-05-04 10:42:18.85035+00 |
| description | A library for storing and retrieving files according to XDG Base Directory specification |
| homepage | https://github.com/whitequark/rust-xdg |
| repository | https://github.com/whitequark/rust-xdg |
| max_upload_size | |
| id | 3079 |
| size | 67,381 |
rust-xdg is a library that makes it easy to follow the X Desktop Group specifications.
Currently, only XDG Base Directory specification is implemented.
Add the following to Cargo.toml:
[dependencies]
xdg = "^2.6"
See documentation.
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.