mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.29k stars 294 forks source link

a question about macro_rules! #886

Closed bruceEeZhao closed 3 months ago

bruceEeZhao commented 9 months ago

hi, i have a question

can cbindgen convert macro_rules! to c macro ? if cbindgen can do that, how can i do it ?

emilio commented 3 months ago

See the expand option. Also see #287