Browse Source

feat: cbindgen configure file

dev
Dnomd343 2 years ago
parent
commit
32d80701b2
  1. 3
      src/to-json/cbindgen.toml
  2. 4
      src/to-json/to_json.h

3
src/to-json/cbindgen.toml

@ -0,0 +1,3 @@
language = "C"
pragma_once = true
include_version = true

4
src/to-json/to_json.h

@ -1,3 +1,7 @@
#pragma once
/* Generated with cbindgen:0.23.0 */
#include <stdarg.h> #include <stdarg.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>

Loading…
Cancel
Save