alef 0.19.3

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
/*
#cgo CFLAGS: -I${SRCDIR}/include
#cgo LDFLAGS: -L${SRCDIR}/{{ to_root }}target/release -l{{ ffi_lib_name }}
#include "{{ ffi_header }}"
*/
import "C"