Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 477 Bytes

Threadlings

This is a collection of small multi-threading exercises for Rust. It is inspired by rustlings

How to use

Do the exercises in the order they are numbered. Single .rs files can be compiled with rustc -O <file.rs> and then run as ./<file>. Sub-directories contain crates and can be compiled and run by calling cargo run --release inside them.

Status

These are largely untested (on learners) and unreviewed.