rgmsh 0.1.2

Unofficial, opinionated Rust bindings to the Gmsh API
Documentation
[[bin]]
name = "api_gen"
path = "src/bin/api_gen.rs"
[badges.maintenance]
status = "experimental"
[dependencies.gmsh-sys]
version = "0.1.2"
[dev-dependencies.criterion]
version = "0.2"

[lib]
name = "rgmsh"
path = "src/lib.rs"

[package]
authors = ["Max Orok <morok@mevex.com>"]
categories = ["api-bindings", "science", "simulation", "visualization"]
description = "Unofficial, opinionated Rust bindings to the Gmsh API"
documentation = "https://mxxo.github.io/rgmsh/rgmsh/index.html"
edition = "2018"
homepage = "https://github.com/mxxo/gmsh-rs"
keywords = ["ffi", "Gmsh"]
license-file = "LICENSE.txt"
name = "rgmsh"
readme = "README.md"
version = "0.1.2"