docs: generate README and logo via rust builders
This commit is contained in:
parent
666edac19a
commit
15287674f1
3 changed files with 531 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue