nbindgen 0.0.1

A tool for generating Nim bindings to Rust code (based on cbindgen).
Documentation
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <new>

struct Bar;

struct Foo {

};

extern "C" {

extern const Bar BAR;

extern Foo FOO;

extern const int32_t NUMBER;

void root();

} // extern "C"