kure2-sys 0.2.1

FFI bindings for Kure2, a C library which provides manipulation of relations and operations of relation algebra
Documentation
1
2
3
4
5
6
7
8
9
10
typedef __builtin_va_list va_list;
#include <Kure.h>

// Map from embedded-lang functions to Lua functions
// Defined in parser.c
extern struct kure_fun_map_t {
 char * name;
 int arg_count;
 char * transl_name;
} kure_fun_map[];