rust-bindgen
rust-bindgen copied to clipboard
Add integration tests for Objective-C
Currently, we don't test that our objective-c generated bindings actually work. Giving that we have to do lots of escaping for obective-c names that are keywords in rust, it would be good to test that such bindings work even when the names are escaped.