mxxo / msh-rw

Read and write Gmsh msh files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msh-rw

msh-rw

Read and write Gmsh msh files

⚠️ This library is in alpha ⚠️

The minimum supported rustc version is 1.40.0.

Supported versions

  • msh 2.2 ascii (WIP)

Planned

  • msh 2.2 (binary)
  • msh 4.1 (ascii)
  • msh 4.1 (binary)

serde integration

Enable serde support with

cargo build --features serde

Run the serde tests with

cargo test --features serde

Ideas for later

Check out itoa, dtoa to see if they make a noticable difference.

About

Read and write Gmsh msh files


Languages

Language:Rust 100.0%