# Digital (tracer)
Core digital logic simulation layer for the [Logic Tracer](https://github.com/Yrrrrrf/logic_tracer) framework.
[](https://github.com/Yrrrrrf/logic_tracer/tree/main/src/digital)
[](https://crates.io/crates/digital)
[](https://docs.rs/digital)
**Note: This crate is part of the [Logic Tracer](https://github.com/Yrrrrrf/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.