quantified

Crates.ioquantified
lib.rsquantified
version0.1.1
sourcesrc
created_at2020-11-15 13:31:54.074033
updated_at2020-11-15 13:34:45.460578
descriptionSpecify the universe: None, Some, Excluding, and All
homepage
repositoryhttps://github.com/nhynes/quantified
max_upload_size
id312568
size8,707
Nick Hynes (nhynes)

documentation

README

quantified

CI status quantified on docs.rs

Something, Everything, and Nothing for Everyone.

#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
pub enum Quantified<T> {
    None,
    Some(T),
    Excluding(T),
    All,
}
Commit count: 2

cargo fmt