easy_process 0.1.3

Easy to use process runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "easy_process"
version = "0.1.3"
authors = ["Otavio Salvador <otavio@ossystems.com.br>"]
description = "Easy to use process runner"
repository = "https://github.com/otavio/easy-process-rs"
homepage = "https://github.com/otavio/easy-process-rs"
documentation = "https://docs.rs/easy_process"
keywords = ["process", "run"]
license = "MIT OR Apache-2.0"
readme = "README.md"

[badges]
travis-ci = { repository = "otavio/easy-process-rs" }

[dependencies]
checked_command = "0.2.2"
cmdline_words_parser = "0.0.2"