An open API service indexing awesome lists of open source software.

https://github.com/fbernier/graphicsmagick-rs

Rust bindings for GraphicksMagic
https://github.com/fbernier/graphicsmagick-rs

Last synced: 2 months ago
JSON representation

Rust bindings for GraphicksMagic

Awesome Lists containing this project

README

        

Generating the bindings

```
echo '#include ' &&
./bindgen `GraphicsMagick-config --cppflags --ldflags --libs` ~/gen.h -o ../graphicksmagic-rs/src/bindings.rs -builtins
```