v0.1.0 skel

This commit is contained in:
2026-04-07 12:25:12 +02:00
commit ed38e73949
57 changed files with 981 additions and 0 deletions

7
scripts/run_quality_checks.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
bash scripts/check_banned_crates.sh
bash scripts/check_no_question_mark.sh
bash scripts/check_no_unwrap_expect.sh
bash scripts/check_no_mod_rs.sh
bash scripts/check_public_api_exports.sh
echo done