cbindgen
cbindgen copied to clipboard
re-export bindgen::Library for proc macros
I'm writing my own proc macro which wraps around cbindgen, and I'd like to have access to Library to generate bindings without writing to a file and pointing cbindgen to that file.
Thanks