4 releases (2 breaking)
0.3.1 |
|
---|---|
0.3.0 | Nov 18, 2021 |
0.2.0 | Sep 24, 2021 |
0.1.1 | Jul 12, 2021 |
0.1.0 | Jun 19, 2021 |
#6 in #gpcas
38 downloads per month
Used in 4 crates
18KB
205 lines
GPCAS base crate
This is the base crate of the GPCAS project. GPCAS stands for General Purpose Core Architecture Simulator, a simulator for CPUs.
It currently provides:
- Instruction type information, which is needed by almost any part of the simulator.
- Utilities for a common file structure, this enables versioning and upgrading of old file versions, among other things.
lib.rs
:
This is the base crate of the General Purpose Core Architecture Simulator, or GPCAS for short.
The crate provides dependencies that are used by practically any other GPCAS crate, as well as general utilities.
Dependencies
~0.9–1.8MB
~39K SLoC