Crates.io | async-trait-with-sync |
lib.rs | async-trait-with-sync |
version | 0.1.36 |
source | src |
created_at | 2020-07-07 13:17:59.839721 |
updated_at | 2020-07-07 13:27:21.365775 |
description | `async-trait` with `Sync` patch |
homepage | |
repository | https://github.com/49nord/async-trait |
max_upload_size | |
id | 262276 |
size | 87,096 |
Sync
supportThis crate is based entirely based on https://github.com/dtolnay/async-trait except that it adds a tiny patch to allow deriving Sync
on these futures as well (see https://github.com/dtolnay/async-trait/pull/96), which are currently required until the broader ecosystem issues addressed in https://github.com/dtolnay/async-trait/issues/77 get resolved.