either-or-both 0.3.1

The enums EitherOrBoth with the three variants Left, Right, Both and Either with the Left and Right variants
Documentation
1
2
3
4
5
6
//! The main tests module

#[cfg(feature = "either")]
mod either;
mod either_or_both;
mod error;