exec 0.3.1

Use the POSIX exec function to replace the running program with another
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.errno]
version = "0.2"

[dependencies.libc]
version = "0.2.8"

[features]
unstable = []

[package]
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "Use the POSIX exec function to replace the running program with another"
documentation = "https://docs.rs/exec/"
license = "MIT/Apache-2.0"
name = "exec"
readme = "README.md"
repository = "https://github.com/faradayio/exec-rs"
version = "0.3.1"