#async-trait #proc-macro #future

fut-ret

A rust library to parse the return type generated by async_trait in procedural macro

2 unstable releases

0.2.0 Feb 20, 2022
0.1.0 Feb 20, 2022

#1217 in Procedural macros

27 downloads per month

MIT license

7KB
110 lines

fut-ret

A rust library to parse the return type generated by async_trait in procedural macro.


lib.rs:

A rust library to parse the return type generated by async_trait in procedural macro.

Dependencies

~1.5MB
~33K SLoC