Skip to content

hegza/comp.ce.100-rust-exercise-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Exercise Guide

This is an auxiliary book provided as support material with the Rust exercise on COMP.CE.100. I.e. "How to create, build and run a demo program on PYNQ-Z1 using the command line and Xilinx tools".

Setup & Reading

To view the contents of the book, you can either read the sources by clicking on the "src/" directory above, or you can read the rendered version on your browser using mdbook. mdbook can be set up as follows:

  1. Install the Rust toolchain unless already installed.
  2. Install mdbook: run cargo install mdbook on a command line.
  3. Serve the book at localhost: run mdbook serve in this directory.
  4. Navigate to "http://localhost:3000/" on your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published