pub fn process_root()Expand description
Compile all eqlog files in the src directory into rust modules.
Must be called from a build.rs script via cargo.
Output rust files are written to the cargo target out directory.
Exits the process on compilation failure.
ยงExamples
fn main() {
eqlog::process_root();
}