3 unstable releases

new 0.2.0 Oct 19, 2024
0.1.1 May 15, 2024
0.1.0 May 12, 2024

#358 in Math

Download history 14/week @ 2024-09-23 115/week @ 2024-10-14

129 downloads per month

MIT license

38KB
762 lines

mfem

Part of mfem-rs, a Rust wrapper for MFEM.

⚠️ Work in Progress ⚠️

This crate is currently under heavy development and as such, is likely unstable.
Please file an issue and bear with us while we sort things out! Thanks! :)

About

  • Hides sharp bits such as UniquePtr, C/C++ strings, etc.
  • Turns constructor-like FFI functions into Self::new(), etc.
  • Turns method-like FFI functions into real .method()s.
  • Provides field setters and getters.
  • Turns C++ base classes into traits.
  • Has identifiers that follow Rust best practices.
  • Depends on mfem-sys.

Dependencies

~0.5–2.1MB
~32K SLoC