Crates.io | also_sync_macros |
lib.rs | also_sync_macros |
version | 0.1.0 |
source | src |
created_at | 2024-02-20 12:16:09.982094 |
updated_at | 2024-02-20 12:16:09.982094 |
description | Macros to automatically wrap async functions as sync |
homepage | |
repository | https://github.com/julianbuettner/also-sync |
max_upload_size | |
id | 1146298 |
size | 4,360 |
This crate provides the #[also_sync]
macro. Note, that you
need to have also_sync
in your dependencies, as the
global async runtime is defined there.