awaitable-error 0.1.0

Awaitable type with input and output that can be stored in container.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "awaitable-error"
version = "0.1.0"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]

license = "MIT"
description = "Awaitable type with input and output that can be stored in container."
repository = "https://github.com/NobodyXu/awaitable"

keywords = ["async", "utilities"]
categories = ["asynchronous"]