1 2 3 4 5 6
//! GraphForge command-line executable. #![forbid(unsafe_code)] fn main() { graphforge_cli::run_process(); }