async-recursion icon indicating copy to clipboard operation
async-recursion copied to clipboard

Move documentation from crate root to macro?

Open kangalio opened this issue 4 years ago • 1 comments

This would be convenient for crates which re-export the async_recursion macro, like frameworks whose users need an async_recursion-like macro to function (e.g. to store async functions and closures in a struct).

If the documentation on the macro were on the macro directly, the re-export in dependent crates would show that documentation as well.

kangalio avatar Sep 04 '21 11:09 kangalio

This seems reasonable to me - I've put up #17 to add usage documentation on the macro function.

dcchut avatar Sep 05 '21 09:09 dcchut