Skip to content

Parallel programming exercises for Rust, inspired by rustlings

Notifications You must be signed in to change notification settings

Florob/threadlings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Parallel programming exercises for Rust, inspired by rustlings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages