Crate logic_tracer

source ·
Expand description

Logic Tracer

logic_tracer is a library for tracing the logic of a logic propopsition.

Also creates a truth table and a Karnaugh map (if possible).

Features

  • Creates a logic trace
  • Creates a truth table
  • Creates a Karnaugh map
  • Reduces the logic proposition to its simplest form (if possible)
  • Creates a circuit diagram (if possible)
  • Serializes the logic proposition to a file (must be implemented)

Structs

Enums

Traits

Functions