libnyx 0.1.3

libnyx fork only for publishing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

header = "/* This is a very basic example header file */"
include_guard = "libnyx_h"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
language = "C"
sys_includes = ["stdint.h", "stdbool.h"]
no_includes = true  
usize_is_size_t = true


[export.rename]
"str" = "char"
"QemuProcess" = "void"