Crate rewrite_macros

Source

Attribute Macrosยง

cached_field
Fill boilerplate of a cached field. The callsite needs to define OnceCell<Arc<_>> field. For example:
demomo
De-monomorphization. Rewrite functions using impl parameters like:
syncify
Try to make code non-async by removing async and .await keywords.