inclusive-or

Crates.ioinclusive-or
lib.rsinclusive-or
version0.0.1
sourcesrc
created_at2023-06-27 16:38:55.124976
updated_at2023-06-27 16:43:29.841513
descriptionA type equivalent to `(Option, Option)` where the `(None, None)` case is unconstructable
homepage
repositoryhttps://github.com/kaleidawave/inclusive-or
max_upload_size
id901416
size6,611
Ben (kaleidawave)

documentation

README

inclusive-or

crates.io badge docs.rs badge

A type equivalent to (Option<T>, Option<U>) where the (None, None) case is unconstructable.

Commit count: 2

cargo fmt