Crates.io | fool |
lib.rs | fool |
version | 0.0.4 |
source | src |
created_at | 2018-11-21 20:44:22.914869 |
updated_at | 2020-08-28 22:18:03.20482 |
description | Traits for interoperation of Boolean and sum types. |
homepage | |
repository | https://github.com/olson-sean-k/fool |
max_upload_size | |
id | 98026 |
size | 14,951 |
Fool is a Rust library for interoperation of bool
and the Option
and
Result
sum types. Fool also provides macros for Boolean combinations of
bool
, Option
, and Result
types and does not require std
.