File: README.md

package info (click to toggle)
rust-xdg 2.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
rust-xdg
========

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

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.