summaryrefslogtreecommitdiff
path: root/bindgen/features.rs
AgeCommit message (Collapse)Author
2022-11-22Deprecate Rust targets lower or equal than `1.30` (#2356)Christian Poveda Ruiz
2022-11-04Add support for the `"C-unwind"` ABI (#2334)Christian Poveda Ruiz
* Add support for the `"C-unwind"` ABI This allows using `"C-unwind"` as an ABI override if the rust target is nightly.
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions