d83c89c8f0
* imageLoader branch created imageLoader file created imageLoader function created (placeholder) included imageLoader into lib.rs added a new folder with 2 test img * added the decoder and began to configure it created new variables and initiated them with calues from the .info added some questions * added Debug to the the derive at the image mod.rs added a few more test pngs added functionality to the function imageLoader added four functions which decode the IDAT chunk into the correspondig rgba values added test functions added documentation --------- Co-authored-by: Schwingel0206 <Elias.alexander@unity-mail.de> Co-authored-by: Schwingel0206 <132705455+Schwingel0206@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
benches | ||
src | ||
test_img | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
Programmentwurf.md | ||
README.md |
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 formattierungcargo clippy
für warningscargo test doc
für documentation tests optional:cargo test
für module testscargo bench
für benchmarks