servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
1.02k stars 222 forks source link

Document usage paradigms #180

Open bors-servo opened 6 years ago

bors-servo commented 6 years ago

Issue by snuk182 Wednesday Jun 21, 2017 at 09:51 GMT Originally opened as https://github.com/servo/cocoa-rs/issues/165


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

bors-servo commented 6 years ago

Comment by kornelski Thursday Sep 14, 2017 at 19:10 GMT


+1

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