either 0.1.4

The enum `Either`, with variants `Left` and `Right` and trait implementations including Iterator, Read, Write. The **Either** crate includes convenience macros `try_left!()` and `try_right!()` to use for short-circuiting logic. ## Examples * A * B
Documentation
[package]
name = "either"
version = "0.1.4"
authors = ["bluss"]

license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/either"
documentation = "http://bluss.github.io/either"

description = "The enum `Either`, with variants `Left` and `Right` and trait implementations including Iterator, Read, Write.\nThe **Either** crate includes convenience macros `try_left!()` and `try_right!()` to use for short-circuiting logic.\n## Examples \n * A\n * B\n"

keywords = ["data-structure"]