shellfn 0.2.0

Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results
Documentation
[dependencies.shellfn-attribute]
version = "0.2.0"

[dependencies.shellfn-core]
version = "0.2.0"

[[example]]
name = "calendar"
path = "examples/calendar.rs"

[[example]]
name = "git"
path = "examples/git.rs"

[[example]]
name = "python"
path = "examples/python.rs"

[lib]
doctest = false
name = "shellfn"
path = "src/lib.rs"

[package]
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "os"]
description = "Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results"
documentation = "https://docs.rs/shellfn"
edition = "2018"
keywords = ["shell", "command", "bash"]
license = "MIT"
name = "shellfn"
readme = "README.md"
repository = "https://github.com/synek317/shellfn"
version = "0.2.0"

[[test]]
name = "tests"
path = "tests/tests.rs"