shellfn 0.2.1

Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results
Documentation
[package]
name          = "shellfn"
version       = "0.2.1"
authors       = ["Marcin Sas-Szymanski <synek317@gmail.com>"]
description   = "Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results"
keywords      = ["shell", "command", "bash"]
categories    = ["command-line-interface", "os"]
readme        = "README.md"
license       = "MIT"
repository    = "https://github.com/synek317/shellfn"
documentation = "https://docs.rs/shellfn"
edition       = "2024"
rust-version  = "1.88.0"

[workspace]
members = ["shellfn-attribute", "shellfn-core"]

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

[dependencies]
shellfn-attribute = { path = "./shellfn-attribute", version = "0.2.1" }
shellfn-core      = { path = "./shellfn-core", version = "0.2.1" }