digital 0.0.1

A crate for simulating digital logic circuits (combinational and sequential)
Documentation
  • Coverage
  • 21.74%
    5 out of 23 items documented0 out of 18 items with examples
  • Size
  • Source code size: 8.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Yrrrrrf

Digital (tracer)

Core digital logic simulation layer for the Logic Tracer framework.

GitHub: Logic Tracer crates.io docs.rs

Note: This crate is part of the Logic Tracer framework and is not typically intended for direct standalone use. It provides the foundational digital logic simulation capabilities that power Logic Tracer.

Overview

Digital is responsible for:

  • Digital Circuit Simulation: Providing tools for modeling digital logic circuits.
  • Combinational Logic: Implementation of gates, multiplexers, decoders, and other combinational elements.
  • Sequential Logic: Implementation of flip-flops, registers, counters, and other sequential elements.