mapinto 0.2.1

Add `map_into()` and `map_err_into()` methods to `Result` and `Future` types, that replace `map(Into::into)` and `map_err(Into::into)` respectively
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"

[[package]]
name = "mapinto"
version = "0.2.1"
dependencies = [
 "futures",
]