anylr 0.1.0

Provide `AnyOf<L, R>`, `SomeOf<L, R>`, `Either<L, R>`, and traits.
Documentation
1
2
3
4
5
6
# anylr


[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/ljsnogard/anylr.rs)

Provide `AnyOf<L, R>`, `SomeOf<L, R>`, `Either<L, R>`, `Both<L, R>` along with traits `TrLeftRight` and `TrReverse`.  
Mainly inspired by and simplified version of [`AnyOf`](https://crates.io/crates/any_of)