future-result 0.1.0

An ideomatic way of mapping a Result to a Future of Result
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.async-trait]
version = "0.1.36"

[dev-dependencies.futures]
version = "0.3.5"

[package]
authors = ["Iovoslav Iovchev <iovoslav.i@gmail.com>"]
description = "An ideomatic way of mapping a Result to a Future of Result"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "future-result"
readme = "readme.md"
repository = "https://gitlab.com/IovoslavIovchev/future-result.git"
version = "0.1.0"