dirs-sys 0.4.1

System-level helper functions for the dirs and directories crates.
Documentation
[dependencies.option-ext]
version = "0.2.0"

[package]
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
description = "System-level helper functions for the dirs and directories crates."
license = "MIT OR Apache-2.0"
name = "dirs-sys"
readme = "README.md"
repository = "https://github.com/dirs-dev/dirs-sys-rs"
version = "0.4.1"
[target."cfg(target_os = \"redox\")".dependencies.redox_users]
default-features = false
version = "0.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_UI_Shell", "Win32_Foundation", "Win32_Globalization", "Win32_System_Com"]
version = "0.48.0"