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