Draft program for the Rust class of semester 2. The goal was to write a search engine for images.
Go to file
teridax 086c0b9ada
Merge pull request #16 from programmieren-mit-rust/multithreading
Multithreading
2023-06-06 18:10:23 +02:00
.github/workflows Initial commit 2023-05-17 09:15:28 +02:00
benches Merge branch 'main' into multithreading 2023-06-06 18:02:03 +02:00
src finished documetation for thread pool 2023-06-06 17:56:34 +02:00
.gitignore added benchmark for `threadpool` 2023-05-31 09:00:49 +02:00
Cargo.toml added benchmark for `threadpool` 2023-05-31 09:00:49 +02:00
Programmentwurf.md Update Programmentwurf.md 2023-05-19 09:01:37 +02:00
README.md Update README.md 2023-06-05 17:40:00 +00:00

README.md

Programmentwurf

Die Beschreibung der Aufgabenstellung ist unter Programmentwurf.md zu finden. Diese Readme.md ist durch etwas Sinnvolles zu ersetzen.

WICHTIG!

Kleiner reminder, wenn ihr Sachen pushed in das repo, die eurer Anischt nach fertig sind (z.B für einen Pull-Request!), bitte mit den folgenden Commands auf Fehler/Warnings überprüfen:

  • cargo fmt für formattierung
  • cargo clippy für warnings
  • cargo test doc für documentation tests optional:
  • cargo test für module tests
  • cargo bench für benchmarks