app_data 0.1.1

A library for managing application data directories, including Windows, macOS, and Linux
Documentation
[[bin]]
name = "app_data"
path = "src/main.rs"

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

[package]
authors = ["wwog <github.com/wwog>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "filesystem"]
description = "A library for managing application data directories, including Windows, macOS, and Linux"
documentation = "https://docs.rs/app_data"
edition = "2024"
keywords = ["app_data", "data", "directory", "cross-platform", "filesystem"]
license = "MIT"
name = "app_data"
readme = false
repository = "https://github.com/wwog/appdata"
version = "0.1.1"