summaryrefslogtreecommitdiff
path: root/bindgen/codegen/helpers.rs
AgeCommit message (Collapse)Author
2022-11-22Add `ParseCallbacks::process_comment` (#2347)Christian Poveda Ruiz
This method can be used to process comments and replace them with whatever the user wants.
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions