dir_spec 0.0.1

A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks.
Documentation
[dependencies.eyre]
version = "0.6"

[dependencies.libc]
version = "1.0.0-alpha.1"

[lib]
name = "dir_spec"
path = "src/lib.rs"

[package]
authors = ["Aaron Allen (@aaronmallen)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks."
edition = "2024"
homepage = "https://github.com/aaronmallen/dir_spec"
license-file = "LICENSE"
name = "dir_spec"
readme = "README.md"
repository = "https://github.com/aaronmallen/dir_spec.git"
version = "0.0.1"