xdg 2.5.2

A library for storing and retrieving files according to XDG Base Directory specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[package]
authors = ["Ben Longbons <b.r.longbons@gmail.com>", "whitequark <whitequark@whitequark.org>"]
categories = ["filesystem"]
description = "A library for storing and retrieving files according to XDG Base Directory specification"
documentation = "https://docs.rs/xdg/"
edition = "2018"
homepage = "https://github.com/whitequark/rust-xdg"
keywords = ["linux", "configuration"]
license = "Apache-2.0 OR MIT"
name = "xdg"
readme = "README.md"
repository = "https://github.com/whitequark/rust-xdg"
version = "2.5.2"