sys-gmsh

Crates.iosys-gmsh
lib.rssys-gmsh
version0.1.1
created_at2025-07-07 07:33:36.787706+00
updated_at2025-07-07 09:10:56.08713+00
descriptionBindings for the GMSH C library
homepage
repositoryhttps://github.com/TileHalo/gmsh-rs
max_upload_size
id1740844
size110,986
Leo Lahti (TileHalo)

documentation

README

GMSH bindings

This crate contains raw C bindings to GMSH FEM mesh generator. These bindings are generated via bindgen and are meant to be used for building higher level abstractions.

What is needed to use

Currently, only Linux is supported. The library package of GMSH (libgmsh, libgmsh-dev or similar) should be installed. After, simple Cargo build should do the trick and the bindings are generated into the finalized lib.rs.

Commit count: 0

cargo fmt