fMeow / maybe-async-rs

A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates
https://docs.rs/maybe-async
MIT License
146 stars 17 forks source link

Small fix in documentation #20

Closed Niederb closed 1 year ago

Niederb commented 1 year ago

The macros are called async_impl and sync_impl

fMeow commented 1 year ago

Thak you so much!