result 1.0.0

Helpers for dealing with nested Result and Option types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "result"
version = "1.0.0"
authors = ["arcnmx"]

description = "Helpers for dealing with nested Result and Option types"
keywords = ["option", "result", "invert"]

documentation = "http://arcnmx.github.io/result-rs/result"
repository = "https://github.com/arcnmx/result-rs"
readme = "README.md"
license = "MIT"

[badges]
travis-ci = { repository = "arcnmx/result-rs" }
maintenance = { status = "passively-maintained" }