summaryrefslogtreecommitdiff
path: root/bindgen/ir/enum_ty.rs
AgeCommit message (Collapse)Author
2022-11-24Remove traits that have a single implementation (#2363)Christian Poveda Ruiz
2022-11-02Allow callback composition (#2330)Christian Poveda Ruiz
* Allow callback composition Store all the callbacks added to the builder in a `Vec` so bindgen invokes each one of them in a last-to-first manner.
2022-11-02Fix clippy warnings (#2331)Christian Poveda Ruiz
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions