From 7b261551186f1ba4dae370ba10234bf2f2b53af9 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Sun, 7 Jun 2026 09:39:09 +0200 Subject: [PATCH] README change --- README.cargo.md | 11 ++++++++--- README.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.cargo.md b/README.cargo.md index 7800d57..c0f06d7 100644 --- a/README.cargo.md +++ b/README.cargo.md @@ -45,14 +45,19 @@ location /api/ { ``` - ## Usage of AI -Github Copilot CLI was used with the model Claude Haiku 4.5 to generate most of the documentation: +Github Copilot CLI was used with the model Claude Haiku 4.5 to generate most of the documentation + +Google Antigravity generated the Sequence Diagrams ### Prompt Generate comments for cargo doc describing the indivilual components and create links to relevant structs, functions etc. +Generate a sequence diagramm in @[README.md] behind the class diagramms + ### Output The comments with `///` or `//!` -I've gone over most of it and modified it to my needs and opinions +I've gone over it and modified it to my needs and opinions + +The general structure sequence diagrams above. I've modified and fixed any errors and discrepancys diff --git a/README.md b/README.md index d862d0d..81507ae 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,6 @@ Generate a sequence diagramm in @[README.md] behind the class diagramms ### Output The comments with `///` or `//!` -I've gone over most of it and modified it to my needs and opinions +I've gone over it and modified it to my needs and opinions The general structure sequence diagrams above. I've modified and fixed any errors and discrepancys