RustKit icon indicating copy to clipboard operation
RustKit copied to clipboard

Fast and ergonomic Rust bindings for ObjC APIs

Results 6 RustKit issues
Sort by recently updated
recently updated
newest added

Is this project still maintained or dead?

Hi, I tried building against the Xcode 11.3 SDK. The build errors out with numerous errors of this kind: ``` error[E0201]: duplicate definitions with name `new`: --> src/RustKit/target/debug/build/rustkit-74ad679636d80c03/out/Foundation.rs:75054:5 | 75042...

Let me preface this by making it clear that I have no idea what I’m doing! Still new to Rust and I don’t understand much about Obj-C interop. I’m trying...

Compiling with feature `RK_AppKit` Produces ```rust pub fn renameFontCollectionWithName_visibility_toName_error_( name: &NSString, visibility: NSFontCollectionVisibility, name: &NSString, error: Option, ) -> bool { ``` Resulting in ```error[E0415]: identifier `name` is bound more...

e.g. ``` warning: structure field `decodeTimeStamp` should have a snake case name such as `decode_time_stamp` --> /Users/jrmuizel/src/RustKit/target/debug/build/rustkit-aac91a27cd0abb1d/out/CoreMedia.rs:13876:5 ```