logic-circus

Crates.iologic-circus
lib.rslogic-circus
version0.3.0
sourcesrc
created_at2021-06-23 16:41:50.990233
updated_at2021-06-25 06:05:31.703294
descriptionOpen source logic circuit simualtor written in Rust.
homepagehttps://github.com/GilRtr/logic-circus
repositoryhttps://github.com/GilRtr/logic-circus
max_upload_size
id414033
size31,021
(GilRtr)

documentation

https://docs.rs/logic-circus

README

logic-circus

github crates.io docs.rs

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

Commit count: 7

cargo fmt