zarch / grass-sys

GRASS GIS binding for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GRASS GIS binding for Rust

License:GNU General Public License v3.0


Languages

Language:C++ 69.5%Language:Rust 30.5%