digital 0.0.1

A crate for simulating digital logic circuits (combinational and sequential)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Digital (tracer)
Core digital logic simulation layer for the [Logic Tracer](https://github.com/Yrrrrrf/logic_tracer) framework.

[![GitHub: Logic Tracer](https://img.shields.io/badge/GitHub-logic__tracer-181717?logo=github)](https://github.com/Yrrrrrf/logic_tracer/tree/main/src/digital)
[![crates.io](https://img.shields.io/crates/v/digital.svg)](https://crates.io/crates/digital)
[![docs.rs](https://docs.rs/digital/badge.svg)](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.