//! Subplot seq example build script. fn main() { println!("cargo:rerun-if-changed=seq.md"); subplot_build::codegen("seq.md").expect("failed to generate code with Subplot"); }