Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/novacrazy/rust-tribool

Tribool - Three-valued logic for Rust
https://github.com/novacrazy/rust-tribool

library logic mit-license rust tribool

Last synced: about 1 month ago
JSON representation

Tribool - Three-valued logic for Rust

Lists

README

        

tribool
=======

Three-valued logic in Rust. Partially inspired by Boost Tribool.

Use the `serde` feature to enable Serde (de)serialization support using `null` values as indeterminate states.

See [the Wikipedia page](https://en.wikipedia.org/wiki/Three-valued_logic) for more information.