Initial layout/commit.

FossilOrigin-Name: 5ccedce83232d9c4f5341866293f884fde8bcc9c1df2ea7407740d2d984fae9b
This commit is contained in:
mahlon@laika.com 2020-11-19 02:06:45 +00:00
commit 6a7bfb722f
17 changed files with 305 additions and 0 deletions

13
ext/mdbx_ext/mdbx_ext.h Normal file
View file

@ -0,0 +1,13 @@
#include <ruby.h>
#include "extconf.h"
#include "mdbx.h"
/* ------------------------------------------------------------
Globals
------------------------------------------------------------ */
VALUE mdbx_mMDBX;