Docs.rs
propositional_logic-0.2.0
propositional_logic 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
AnthonyMichaelTDM
Dependencies
cli-table ^0.4
normal
Versions
75%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
propositional_
logic
0.2.0
All Items
Crate Items
Modules
Macros
Functions
Crate
propositional_logic
Copy item path
Source
Modules
§
macros
prelude
Macros
§
print_
truth_
table
A macro to print a truth table for the given propositions.
truth_
table
A macro to create a truth table for a given proposition, or propositions. Returns a
::cli_table::TableStruct
Functions
§
and
The Conjunction Logical Connective
iff
The Biconditional Logical Connective
imply
The Implication Logical Connective
not
The Negation Logical Connective
or
The Disjunction Logical Connective
xor
The Exclusive Disjunction Logical Connective