| Crates.io | sys-gmsh |
| lib.rs | sys-gmsh |
| version | 0.1.1 |
| created_at | 2025-07-07 07:33:36.787706+00 |
| updated_at | 2025-07-07 09:10:56.08713+00 |
| description | Bindings for the GMSH C library |
| homepage | |
| repository | https://github.com/TileHalo/gmsh-rs |
| max_upload_size | |
| id | 1740844 |
| size | 110,986 |
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.
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.