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

Work around derives for arrays > 32 elements

Open jsgf opened this issue 8 years ago • 0 comments

Such as seen in https://gist.github.com/cholcombe973/d7a83647ae51cdcc1fcb2d390c27ee4c

The proper way to work around this is to manually implement the traits for arrays of the given size, but the simple thing to do is not implement the various traits for those types.

jsgf avatar Mar 04 '17 05:03 jsgf