mrwei 0.1.0

A simple library that implements the common promise primitive for rust based on std future.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mrwei"
version = "0.1.0"
authors = ["Jay Lee <BusyJayLee@gmail.com>"]
edition = "2018"
license = "MIT"
keywords = ["futures", "promise", "async"]
repository = "https://github.com/busyjay/mrwei"
readme = "README.md"
homepage = "https://github.com/busyjay/mrwei"
documentation = "https://docs.rs/mrwei"
description = "A simple library that implements the common promise primitive for rust based on std future."
categories = ["asynchronous"]

[dependencies]

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt"] }