2 releases

0.1.1 May 15, 2024
0.1.0 May 12, 2024

#1033 in Rust patterns

Download history 94/week @ 2024-05-08 155/week @ 2024-05-15 25/week @ 2024-05-22 1/week @ 2024-06-05

187 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.2MB
~33K SLoC