faccess 0.2.4

Simple file accessibility checks
Documentation
[dependencies.bitflags]
version = "1.2.1"

[package]
authors = ["Thomas Hurst <tom@hur.st>"]
categories = ["api-bindings", "filesystem"]
description = "Simple file accessibility checks"
edition = "2018"
keywords = ["file", "access"]
license = "MIT"
name = "faccess"
readme = "README.md"
repository = "https://github.com/Freaky/faccess"
version = "0.2.4"

[package.metadata.docs.rs]
targets = []

[target."cfg(unix)".dependencies.libc]
version = "~0.2.68"

[target."cfg(windows)".dependencies.winapi]
features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"]
version = "0.3.8"