[go: up one dir, main page]

is_executable 0.1.0

Is there an executable file at the given path?
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
categories = ["filesystem"]
description = "Is there an executable file at the given path?"
documentation = "https://docs.rs/is_executable"
keywords = ["executable", "path", "file", "permissions"]
license = "Apache-2.0/MIT"
name = "is_executable"
readme = "./README.md"
repository = "https://github.com/fitzgen/is_executable"
version = "0.1.0"
[badges.travis-ci]
repository = "fitzgen/is_executable"

[dev-dependencies]
diff = "0.1.10"