mfem

Crates.iomfem
lib.rsmfem
version0.2.0
sourcesrc
created_at2024-05-12 14:55:17.161695
updated_at2024-10-19 14:19:17.839489
descriptionA high-level Rust wrapper for MFEM
homepage
repositoryhttps://github.com/mkovaxx/mfem-rs
max_upload_size
id1237536
size36,231
Máté Kovács (mkovaxx)

documentation

README

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.
Commit count: 73

cargo fmt