Crate logic_circus

Crate logic_circus 

Source
Expand description

Logic Circus is a logic circut simulator written in Rust

It is nowhere near finished and I’d like to one day even add a GUI You can build circuits by composing other circuits together (with Component) or by fully implementing their logic (with the GateLike trait)

Structs§

Component
A circuit
ComponentBuilder
The constructor for Component
Gate
A gate, or rather a single node of a Component

Enums§

Sequal
A wire

Traits§

GateLike
Implement a gate in rust

Type Aliases§

Bit
A semantic alias for a boolean