Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-24 | Remove traits that have a single implementation (#2363) | Christian Poveda Ruiz | |
2022-11-02 | Allow 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-02 | Fix clippy warnings (#2331) | Christian Poveda Ruiz | |
2022-10-04 | split the repo into a workspace | Christian Poveda | |
remove `clap` dependency :tada: update the book installation instructions |