servo / cocoa-rs

DEPRECATED - Cocoa/Objective-C bindings for the Rust programming language
https://github.com/servo/core-foundation-rs/
Other
286 stars 72 forks source link

Document usage paradigms #165

Open snuk182 opened 7 years ago

snuk182 commented 7 years ago

E.g. inheritance, method overloading and other stuff that explicitly requires ObjC features, which obviously miss in the bindings.

kornelski commented 7 years ago

+1

I wanted to add some methods, but complete lack of any documentation is very discouraging. How to handle class methods? What about nullability?