madsmtm / objc2

Bindings to Apple's frameworks in Rust
https://docs.rs/objc2/
MIT License
374 stars 40 forks source link

Better documentation #32

Open madsmtm opened 3 years ago

madsmtm commented 3 years ago

Also a few missing from the API Guide checklist:

madsmtm commented 3 years ago

Another todo: Use #![warn(clippy::undocumented_unsafe_blocks, clippy::multiple_unsafe_ops_per_block)].