libeither

Crates.iolibeither
lib.rslibeither
version0.5.0
sourcesrc
created_at2018-10-06 15:16:12.405787
updated_at2022-12-08 00:31:29.208234
descriptionEither struct for Rust
homepagehttps://github.com/rustyhorde/libeither
repositoryhttps://github.com/rustyhorde/libeither
max_upload_size
id88386
size66,049
Jason Ozias (CraZySacX)

documentation

https://docs.rs/libeither

README

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

Crates.io Crates.io Crates.io

Build Status

CI

Code Coverage

codecov

License

Licensed under either of

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.

Commit count: 48

cargo fmt