Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 661 Bytes

File metadata and controls

27 lines (16 loc) · 661 Bytes

Microprocessor Architecture Lab - Contributing guide

Adding a new lab

In order to add a new lab, you will need to generate the crate using cargo generate, based on the template found here.

If you would like to change anything at the template, please open a Pull Request there.

Prerequisites

cargo-generate installation:

cargo install cargo-generate

Usage

Generate the crate

cargo generate --git https://github.com/UPB-FILS-MA/lab-template.git --branch <DESIRED-BRANCH>

Add it to the workspace

Add crate as member in the workspace's Cargo.toml.