Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitequark/rust-xdg
A library that makes it easy to follow the X Desktop Group specifications
https://github.com/whitequark/rust-xdg
Last synced: about 8 hours ago
JSON representation
A library that makes it easy to follow the X Desktop Group specifications
- Host: GitHub
- URL: https://github.com/whitequark/rust-xdg
- Owner: whitequark
- License: apache-2.0
- Created: 2015-09-20T20:18:19.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:09:14.000Z (6 months ago)
- Last Synced: 2024-11-06T14:59:43.221Z (7 days ago)
- Language: Rust
- Homepage: https://wiki.freedesktop.org/www/Specifications/
- Size: 625 KB
- Stars: 155
- Watchers: 6
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-xdg
[![CI](https://github.com/whitequark/rust-xdg/actions/workflows/ci.yml/badge.svg)](https://github.com/whitequark/rust-xdg/actions/workflows/ci.yml)
[![Documentation](https://github.com/whitequark/rust-xdg/actions/workflows/docs.yml/badge.svg)](https://github.com/whitequark/rust-xdg/actions/workflows/docs.yml)
![Crates.io Version](https://img.shields.io/crates/v/xdg?color=%23a55e08&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fxdg)
![rustc version](https://img.shields.io/badge/msrv-1.60.0-lightgray.svg)rust-xdg is a library that makes it easy to follow the X Desktop Group
specifications.Currently, only [XDG Base Directory][basedir] specification is implemented.
[basedir]: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
## Installation
Add the following to `Cargo.toml`:
```toml
[dependencies]
xdg = "^2.6"
```## Examples
See [documentation](https://whitequark.github.io/rust-xdg/xdg/).
## License
**rust-xdg** is distributed under the terms of both the MIT license
and the Apache License (Version 2.0).See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)
for details.