6 releases (breaking)
0.5.0 | Dec 8, 2022 |
---|---|
0.4.0 | Nov 14, 2019 |
0.3.0 | Oct 9, 2018 |
0.2.0 | Oct 6, 2018 |
0.1.1 | Oct 6, 2018 |
#964 in Encoding
716 downloads per month
Used in 3 crates
48KB
1K
SLoC
libeither
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.
Features
serde
- Enable serialization (on by default)unstable
- Enable unstable options (nightly only, off by default)
Current Version
Build Status
Code Coverage
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT) at your option.
Contribution
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.
Dependencies
~160KB