Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 366 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 366 Bytes

rust-book

This repo is a practical walkthrough of the chapters in the rust docs website alongside some examples of my self-learnings from extending the basics in the documentation

Start

To run one of the examples in the example folder, you can run the command below to watch for changes in the source code

cargo watch -q -c -x 'run -q --example traits