Skip to content

dpfeif/rust-cs-mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Rust case study for parallel computing, CLI arg parsing with clap and cargo project structure. Started from the example in the first chapter of Programming Rust, 2nd Edition.

Setup & Usage

cargo build --release
target/release/mandelbrot -h

Benchmarking

Using criterion

cargo bench

About

Rust case study Mandelbrot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages