Files
sasecodingagent-project/scripts/check_public_api_exports.sh
2026-04-07 12:25:12 +02:00

3 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
grep -RIn '^pub mod' --include='lib.rs' . && exit 1 || echo ok