summaryrefslogtreecommitdiff
path: root/bindgen/codegen/postprocessing/merge_extern_blocks.rs
AgeCommit message (Collapse)Author
2022-10-06Make postprocessing more robustChristian Poveda
This is done by merging extern blocks and sorting items in every module instead of just in the root module. The tests were changed to use `cxx` namespaces so they effectively check that items are manipulated correctly in every single module.
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions