wherr 0.1.2

Enhance Rust error messages with file and line details using the `#[wherr]` macro for clearer debugging.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.wherr-macro]
version = "0.1"

[package]
authors = ["Joel Jakobsson <github@compiler.org>"]
categories = ["rust-patterns"]
description = "Enhance Rust error messages with file and line details using the `#[wherr]` macro for clearer debugging."
edition = "2021"
keywords = ["error", "error-handling"]
license = "MIT OR Apache-2.0"
name = "wherr"
readme = "README.md"
repository = "https://github.com/joelonsql/wherr"
resolver = "1"
version = "0.1.2"