Open
Description
I've been messing around with a library for some work stuff and had an interesting idea that would utilize tuple types, though they would need the Encode
and Decode
impls for this to work. my thought is that the tuples would be encoded as a SEQUENCE
type, similar to arrays and Vec
s, but allowing for heterogeneous types in the sequence. thoughts? only complication I think would be perhaps in the decoding step since right now the decode_sequence_of
API expects a single type and the decode_sequence
seems somewhat complicated for something like this (and I didn't quite understand exactly what the purpose of some of the parameters and args was).
Metadata
Assignees
Labels
No labels
Activity