add some docs

This commit is contained in:
John Turner
2025-11-30 22:12:49 +00:00
parent 13a6ab5d21
commit abf784a784
5 changed files with 81 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
/usr/bin/meson format --recursive --check-only
rustfmt --edition 2024 --check $(find src -type f -name '*.rs')
ninja rustdoc -C build
ninja clippy -C build
meson test unittests '*repo*' '*porthole*' -C build
meson test unittests doctests '*repo*' '*porthole*' -C build