Expose struct method calls on trait structs to C++ directly
authorMatt Corallo <git@bluematt.me>
Wed, 21 Jul 2021 18:51:54 +0000 (18:51 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 17:06:58 +0000 (17:06 +0000)
commitf71ec080b76a5619aa642b5580df6e28b1dfd0b7
tree122bfcdf5953bf9ea1879953c3899f1083f3715c
parentfaec58995b52f26f8317e764fa4f8e325f9440c1
Expose struct method calls on trait structs to C++ directly

We can add method calls for non-trait structs later, but this is
particularly useful as otherwise you need to extract both the
method and the `this_arg` to make the call.
c-bindings-gen/src/blocks.rs
c-bindings-gen/src/main.rs
genbindings.sh