cbindgen
cbindgen copied to clipboard
`with_parse_expand(...)`Appears to be not working
Example here:
https://github.com/patrickelectric/rust-binds/tree/macro-experiment
https://github.com/patrickelectric/rust-binds/blob/macro-experiment/macros/src/lib.rs
https://github.com/patrickelectric/rust-binds/blob/macro-experiment/src/lib.rs
Header file is generated empty:
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
Appears to work fine under nightly
And only in 0.21