v0.1.0 skel
This commit is contained in:
2
scripts/check_public_api_exports.sh
Executable file
2
scripts/check_public_api_exports.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
grep -RIn '^pub mod' --include='lib.rs' . && exit 1 || echo ok
|
||||
Reference in New Issue
Block a user