Pinned Repositories
antisamples
Test programs that should not compile.
async-chat
Example code from Chapter 19, Asynchronous Programming: an asynchronous chat client and server
examples
Complete code for the larger example programs from the book.
fingertips
Rust code to build an inverted index for a corpus of text files.
mandelbrot
A Rust program that plots the Mandelbrot set, using various kinds of parallelism.
Programming Rust's Repositories
ProgrammingRust/examples
Complete code for the larger example programs from the book.
ProgrammingRust/mandelbrot
A Rust program that plots the Mandelbrot set, using various kinds of parallelism.
ProgrammingRust/fingertips
Rust code to build an inverted index for a corpus of text files.
ProgrammingRust/async-chat
Example code from Chapter 19, Asynchronous Programming: an asynchronous chat client and server
ProgrammingRust/antisamples
Test programs that should not compile.