cbindgen/tests/rust/cython_options.toml
2020-11-25 17:33:38 +01:00

7 lines
113 B
TOML

[cython]
header = '"my_header.h"'
[cython.cimports]
"libc.stdint" = ["int8_t", "int16_t"]
"libc.stddef" = ["*"]