pub fn symgen_write_recursive<P: AsRef<Path>>(
    symgen: &SymGen,
    top_path: P,
    int_format: IntFormat
) -> Result<(), Box<dyn Error>>
Expand description

Recursively write a SymGen and all its subregions to files, starting with the top-level file path specified by top_path, and using the given int_format.