Crates.io | deasync |
lib.rs | deasync |
version | 0.1.0 |
source | src |
created_at | 2022-03-26 04:13:48.732244 |
updated_at | 2022-03-26 04:13:48.732244 |
description | A procedure macro to turn async implemention into sync |
homepage | |
repository | https://github.com/qiuchengxuan/deasync-rs |
max_upload_size | |
id | 556543 |
size | 16,272 |
DeAsync turns async function, trait and impl into sync
Inspired by maybe-async