wherr-macro 0.1.0

Enhance Rust error messages with file and line details using the `#[wherr]` macro for clearer debugging.
Documentation

wherr-macro crate provides a procedural macro to enhance Rust errors with file and line number information.

When using the provided wherr macro attribute on a function, any error returned by the ? operator within that function is automatically wrapped to include the file and line number where the error occurred.