GAMS-dev/gdx

Rust bindings to read and write gdx

0x17 opened this issue · 1 comments

0x17 commented

I was wondering if you are considering the implementation of a Rust API to work with GDX files. Maybe not a full GAMS interface but at least some handling tools would be great.

Was asked by https://github.com/areleu here GAMS-dev/gamspy#2

0x17 commented

There are no plans for a GAMS/GDX Rust API yet, but it might be something we should look into as Rust is gaining traction. Right now I would assume the easiest way to read/write GDX files from Rust is either the C++ OOP API or the low-level C interface (e.g. via gdxcc.h).