Crate async_inspect_macros

Crate async_inspect_macros 

Source
Expand description

Procedural macros for async-inspect

This crate provides attribute macros for automatic instrumentation of async functions.

Attribute Macrosยง

inspect
Attribute macro for inspecting specific code blocks
trace
Attribute macro to automatically instrument async functions