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

[dependencies]