rust-bindgen
rust-bindgen copied to clipboard
Enables blocklisting of Objective-C methods
This PR adds the ability to blocklist Objective-C methods using --blocklist-item. The path format that's matched against is ItemPath:: rustMethodName.
The Rust method name is used over the Objective-C name, as it is needed to deal with the ambiguity when class and instance methods share the same name.
I've added a small bit of guidance to the docs. Let me know how it looks!
Any feedback on the latest changelist?
Another gentle ping.
Thanks, Christian. Can we go ahead and merge?
Even though the changes look good to me we have to wait for either @emilio or @kulp to merge it
Even though the changes look good to me we have to wait for either @emilio or @kulp to merge it
In the future I think @pvdrz will not have to wait! :) Upon a quick skim this seems good to me too.