//! Rust example demonstrating invoking another program #![deny(missing_docs)] #![forbid(unsafe_code)] mod entrypoint; pub mod processor;