build_async-0.0.1 has been yanked.
                    
                Macros to build async version of an API
Example
use ;
 
Will produce the following code:
async 
It works similarly with traits.
use ;
 
Will produce the following code:
async 
It works similarly with traits.