[dependencies.anywrap-macro]
version = "0.1.0"
[lib]
name = "anywrap"
path = "src/lib.rs"
[package]
authors = ["Thomson <tongshengzhou@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Anywrap is an error handling mechanism with pseudo-stack traces implemented through SNAFU, the proc macro trace_error, and the DebugTrace trait, inspired by GreptimeDB."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "anywrap"
readme = "README.md"
repository = "https://github.com/dancingpeanut/anywrap"
version = "0.1.1"