Either Left Or Right (elor)

Crate API

elor is a no_std Rust crate with only one simple type; Either. It represents a value that's of one type or another, and implements various functionalities depending on the attributes of those types

Features

| Name | Description | Dependencies | | --------------- | --------------------------------------------- | ------------------------------------------- | | serialize | Allow for serialization and deserialization | serde | | random | Allows generating random Either's | rand | | async | Allows async polling of async Either's | None |