rust-objc
                                
                                 rust-objc copied to clipboard
                                
                                    rust-objc copied to clipboard
                            
                            
                            
                        Implement Encode for more types
Encode should be implemented for more types. For example, it currently doesn't support pointers to many value types; this could easily be added for all value types, except it'd conflict with the implementation for C strings.
Specialization, as described in rust-lang/rfcs#1210, would allow implementing this.
The specialization RFC was accepted! Tracking issue: rust-lang/rust#31844