Crates.io | libeither |
lib.rs | libeither |
version | 0.5.0 |
source | src |
created_at | 2018-10-06 15:16:12.405787 |
updated_at | 2022-12-08 00:31:29.208234 |
description | Either struct for Rust |
homepage | https://github.com/rustyhorde/libeither |
repository | https://github.com/rustyhorde/libeither |
max_upload_size | |
id | 88386 |
size | 66,049 |
An Either struct, that allows serialization to more formats (specifically TOML).
This library is heavily influenced by the Either enum library. If you don't need struct specific serialization, you may want to use the enum Either instead.
serde
- Enable serialization (on by default)unstable
- Enable unstable options (nightly only, off by default)Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.