execute-command-macro-impl 0.1.3

Create `Command` instances using the `command!` macro.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/execute"
[dependencies.execute-command-tokens]
version = "0.1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[lib]
proc_macro = true

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["parser-implementations"]
description = "Create `Command` instances using the `command!` macro."
edition = "2018"
homepage = "https://magiclen.org/execute"
include = ["src/**/*", "Cargo.toml"]
keywords = ["execute", "command"]
license = "MIT"
name = "execute-command-macro-impl"
readme = "README.md"
repository = "https://github.com/magiclen/execute"
version = "0.1.3"