2 releases
0.1.1 | Feb 14, 2023 |
---|
#32 in #versions
Used in xand-api-client
11KB
168 lines
This crate provides a macro (async_sync_trait
) to define async traits (and their
implementations) while automatically providing synchronous versions of each method named
method_name_sync
. See the macro's docs for details.
Dependencies
~1.5MB
~35K SLoC