try-macro 0.2.0

Replace `?` with custom `Try::branch` in the macro
Documentation
[package]
name = "try-macro"
version = "0.2.0"
edition = "2024"

authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
keywords = ["try", "residual", "try_trait", "question", "feature"]
categories = ["no-std", "no-std::no-alloc"]
description = "Replace `?` with custom `Try::branch` in the macro"

license = "MIT"
repository = "https://github.com/A4-Tacks/try-macro-rs"

[workspace]
members = ["try-macro-proc_macro"]

[dependencies]
stable_try_trait_v2 = ">= 1.75, <=1.86"
try-macro-proc_macro = { version = "0.1.0", path = "try-macro-proc_macro" }