# logic-circus
[](https://github.com/GilRtr/logic-circus)
[](https://crates.io/crates/logic-circus)
[](https://docs.rs/logic-circus)
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)
License: WTFPL