# result-rs [![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license] `result` provides helpers for dealing with nested `Result` types. `result` provides helpers for dealing with nested `Result` and `Option` types. Convert an `Option>` to `Result, E>` and vice versa. ## [Documentation][docs] See the [documentation][docs] for up to date information. [travis-badge]: https://img.shields.io/travis/arcnmx/result-rs/master.svg?style=flat-square [travis]: https://travis-ci.org/arcnmx/result-rs [release-badge]: https://img.shields.io/crates/v/result.svg?style=flat-square [cargo]: https://crates.io/crates/result [docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square [docs]: http://arcnmx.github.io/result-rs/result/ [license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square [license]: https://github.com/arcnmx/result-rs/blob/master/COPYING