pipex-macros 0.1.13

Procedural macros for the pipex crate - error handling strategies and pipeline decorators
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[lib]
name = "pipex_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Tarik Sidran <sidrantarik@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Procedural macros for the pipex crate - error handling strategies and pipeline decorators"
documentation = "https://docs.rs/pipex-macros"
edition = "2024"
homepage = "https://github.com/edransy/pipex"
keywords = ["macros", "proc-macro", "error-handling", "pipeline"]
license = "MIT"
name = "pipex-macros"
readme = false
repository = "https://github.com/edransy/pipex"
version = "0.1.13"