xdg

Crates.ioxdg
lib.rsxdg
version2.5.2
sourcesrc
created_at2015-09-20 21:42:28.529732
updated_at2023-07-23 00:41:28.16361
descriptionA library for storing and retrieving files according to XDG Base Directory specification
homepagehttps://github.com/whitequark/rust-xdg
repositoryhttps://github.com/whitequark/rust-xdg
max_upload_size
id3079
size60,935
whitequark (whitequark)

documentation

https://docs.rs/xdg/

README

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.

Commit count: 129

cargo fmt