/grass-sys

GRASS GIS binding for Rust

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Rust binding for GRASS GIS libraries

Rust bindings of GRASS GIS libraries. To generate the bindings execute:

CPATH=:/lib:$GISBASE/include OUT_DIR=binding cargo build

Where GISBASE is an environmental variable with the path to the directory containing the compiled GRASS GIS libraries and tools.

This code is released under the GPLv3.