2 releases

0.1.1 May 15, 2024
0.1.0 May 12, 2024

#834 in Rust patterns

Download history 214/week @ 2024-05-10 50/week @ 2024-05-17 10/week @ 2024-05-24

274 downloads per month

MIT license

37KB
758 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.6–2.1MB
~32K SLoC