alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
package {{ pkg_name }}

/*
#cgo CFLAGS: -I${SRCDIR}/include
#include "{{ ffi_header }}"
#include <stdlib.h>
#include <string.h>