1 unstable release

Uses new Rust 2024

new 0.1.0 Nov 15, 2025

#1553 in Procedural macros

Apache-2.0

86KB
1.5K SLoC

Easy Macros

Crates.io Documentation License

Use the parent crate instead.

What is this?

Crates.io

Proc-macro attribute enabling anyhow::Result<TokenStream> return types for procedural macros.

Error Handling

When your function returns an Err, anyhow_result automatically converts it to appropriate compile_error! tokens

Dependencies

~17–24MB
~525K SLoC