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

fix: applying to pub(crate) trait fail #11

Closed qiuchengxuan closed 2 years ago

qiuchengxuan commented 2 years ago

Closes #10

fMeow commented 2 years ago

Could you add some test files? Thank you!

qiuchengxuan commented 2 years ago

Could you add some test files? Thank you!

I added some extra unit tests, although I've no idea whether is that what you want...