Procedural macro for writing recursive async functions.
# Cargo.toml
[dependencies]
async-recursion = "1.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example of a recursive async function using the async-recursion macro.
Add an async runtime and use #[tokio::main] or similar attribute.
No dependency data recorded yet.