[go: up one dir, main page]

directories-next 2.0.0

A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.
Documentation
[badges.maintenance]
status = "passively-maintained"

[[bench]]
harness = false
name = "constructors"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.dirs-sys-next]
version = "0.1"

[dev-dependencies.bencher]
version = "0.1.5"

[package]
authors = ["The @xdg-rs members"]
description = """
A tiny mid-level library that provides platform-specific standard locations of
directories for config, cache and other data on Linux, Windows and macOS by
leveraging the mechanisms defined by the XDG base/user directory specifications
on Linux, the Known Folder API on Windows, and the Standard Directory guidelines
on macOS.
"""
edition = "2018"
include = ["/CHANGELOG.md", "/Cargo.toml", "/LICENSE-*", "/README.md", "/benches", "/src"]
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
license = "MIT OR Apache-2.0"
name = "directories-next"
readme = "README.md"
repository = "https://github.com/xdg-rs/dirs/tree/master/directories"
version = "2.0.0"