eztry-macros 0.0.1

easy-to-use utilities to add retry logic to async functions
Documentation
[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
features = ["full"]
version = "2.0.98"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "easy-to-use utilities to add retry logic to async functions"
edition = "2024"
keywords = ["async", "retry", "macros"]
license = "MIT"
name = "eztry-macros"
readme = false
repository = "https://github.com/alexiwalker/eztry"
version = "0.0.1"