madsmtm / objc2

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

Refactor `rust_type.rs` so that typedefs carry their inner type #579

Closed madsmtm closed 3 months ago

madsmtm commented 3 months ago

Basically had to rewrite the entire thing because I hadn't documented why the code was written like it was, which meant I couldn't remember. So this... Took a while, but I feel pretty confident it's at a better spot now.