auto-future 1.0.0

For quickly making a struct into a future via an async fn
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
categories = ["asynchronous"]
description = "For quickly making a struct into a future via an async fn"
documentation = "https://docs.rs/auto-future/latest/auto-future"
edition = "2021"
keywords = ["async", "future", "futures"]
license = "MIT"
name = "auto-future"
readme = "README.md"
repository = "https://github.com/JosephLenton/auto-future"
version = "1.0.0"