mfem-cpp 0.2.0+mfem-4.6.0

Static build of MFEM for use as a Rust dependency
Documentation
1
2
3
fn main() {
    println!("mfem_path: {}", mfem_cpp::mfem_path().to_str().unwrap());
}