resext 0.9.0

A simple, lightweight error handling crate for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "resext"
version = "0.9.0"
authors = ["Taha Mahmoud <tahamahmoud7097@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple, lightweight error handling crate for Rust"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "result",
    "context",
]
categories = [
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Tahaa-Dev/ResExt"
resolver = "2"

[lib]
name = "resext"
path = "src/lib.rs"

[dependencies.resext-macro]
version = "0.9.0"