rust-xdr
rust-xdr copied to clipboard
Work around derives for arrays > 32 elements
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.