alef 0.19.14

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is auto-generated by alef. DO NOT EDIT.
language = "C"
include_guard = "{{ prefix_upper }}_H"
pragma_once = true
autogen_warning = "/* This file is auto-generated by alef. DO NOT EDIT. */"
{% if after_includes %}
after_includes = {{ after_includes }}
{% endif %}
[defines]
"target_os = windows" = "SKIF_WINDOWS"

[export]
prefix = "{{ prefix_upper }}"
include = []
exclude = []

[fn]
args = "vertical"