async-trait-with-sync

Crates.ioasync-trait-with-sync
lib.rsasync-trait-with-sync
version0.1.36
sourcesrc
created_at2020-07-07 13:17:59.839721
updated_at2020-07-07 13:27:21.365775
description`async-trait` with `Sync` patch
homepage
repositoryhttps://github.com/49nord/async-trait
max_upload_size
id262276
size87,096
Marc Brinkmann (mbr)

documentation

https://docs.rs/async-trait-with-sync

README

Async trait methods with Sync support

This 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.

Commit count: 231

cargo fmt