async-recursion
async-recursion copied to clipboard
Move documentation from crate root to macro?
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.
This seems reasonable to me - I've put up #17 to add usage documentation on the macro function.