rust-objc icon indicating copy to clipboard operation
rust-objc copied to clipboard

Implement Encode for more types

Open SSheldon opened this issue 10 years ago • 1 comments

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.

SSheldon avatar Aug 18 '15 04:08 SSheldon

The specialization RFC was accepted! Tracking issue: rust-lang/rust#31844

SSheldon avatar Mar 05 '16 21:03 SSheldon