command-macro 0.1.0

Simple Rust macro for building `std::process::Command` objects. Uses macro_rules! and works on stable.
Documentation
[package]
authors = ["Tim Ryan <tim@timryan.org>"]
name = "command-macro"
version = "0.1.0"
description = "Simple Rust macro for building `std::process::Command` objects. Uses macro_rules! and works on stable."
repository = "http://github.com/tcr/command-macro"
license = "MIT OR Apache-2.0"

[dependencies]
shlex = "0.1.1"