use std::path::Path; fn main() { println!("{:#?}", std::env::vars()); subplot_build::codegen(Path::new("pandoc-filter-diagram.md")) .expect("failed to generate code with Subplot"); }