Docs.rs
libreda-logic-0.0.3
libreda-logic 0.0.3
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
fsitok
Dependencies
blanket ^0.3.0
normal
fnv ^1.0
normal
itertools ^0.13
normal
log ^0.4
normal
num-traits ^0.2
normal
serde ^1
normal
optional
smallvec ^1.11
normal
streaming-iterator ^0.1
normal
criterion ^0.5
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libreda_
logic
0.0.3
Module logic_
value
Module Items
Enums
In crate libreda_
logic
libreda_logic
Module
logic_value
Copy item path
Source
Expand description
Trait for logic values and implementations thereof.
Enums
ยง
Bool
Custom implementation of a boolean value.
Logic3
Three-valued logic. In contrast to bivalent logic values such as
bool
this logic type also encodes the unknown value
X
.