logic-circus 0.3.0

Open source logic circuit simualtor written in Rust.
Documentation
  • Coverage
  • 70.59%
    12 out of 17 items documented1 out of 10 items with examples
  • Size
  • Source code size: 31.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 589.73 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • GilRtr/logic-circus
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • GilRtr

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