/rust-projects

This is a collection of all (toy) things I have written in Rust.

Primary LanguageMakefile

rust-projects

This is just a collection of all the things I have written in Rust.

Rust is kewl.

actix-modexp

Web Server that runs on local host. User inputs 3 numbers: a, b, c and the server calculates and displays the result of a^b % c. Uses actix Rust library.

mandelbrot

Program that uses multithreading to generate a mandelbrot fractal.

References: The Mandelbrot Set