docs: generate README and logo via rust builders

This commit is contained in:
m00d 2025-10-01 12:32:51 +02:00
parent 666edac19a
commit 15287674f1
3 changed files with 531 additions and 0 deletions

View file

@ -109,6 +109,13 @@ RUSTFLAGS="-Cprofile-use=target/pgo-data/lpkg.profdata -Cllvm-args=-pgo-warn-mis
cargo pgo-build
```
Regenerate project artefacts (README and SVG logo):
```bash
cargo run --bin readme_gen
cargo run --bin logo_gen
```
Run tests:
```bash