print_path/
print_path.rs

1
2
3
fn main() {
    println!("mfem_path: {}", mfem_cpp::mfem_path().to_str().unwrap());
}