doc:s: add documentation and complete the readme
All checks were successful
build and upload / build (push) Successful in 16s

This commit is contained in:
2025-05-03 01:30:35 +02:00
parent eafee7e164
commit 3bca4ef8bd
9 changed files with 249 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ INSTALL_DATA ?= $(INSTALL) -m 644
build:
cargo build --release
target/release/$(PROJECT) --doc > DOCUMENTATION.md
format:
cargo fmt --all