debug_error 0.1.0

Lightweight error handling library, which automatically captures the location (file and line)
Documentation
[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "real_world_scenario"
path = "examples/real_world_scenario.rs"

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

[package]
authors = ["Mr. Ohu (OHUVERSE) <ohuverse+DebugError@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "Lightweight error handling library, which automatically captures the location (file and line)"
edition = "2024"
exclude = ["target/"]
keywords = ["error-location", "locate-error", "error-handling", "debugging", "macro"]
license-file = "LICENSE.txt"
name = "debug_error"
readme = "README.md"
repository = "https://github.com/OHUVERSE/Rust-Debug-Error"
version = "0.1.0"