It would be lovely to include the attributes in the hash, since the bincode representation can change if serde (or serde_with) attributes are modified on a struct.
Let me know if you're open to contributions that would add this feature. I could also pretty easily create a unit test checking for this issue.
It would be lovely to include the attributes in the hash, since the bincode representation can change if
serde(orserde_with) attributes are modified on a struct.Let me know if you're open to contributions that would add this feature. I could also pretty easily create a unit test checking for this issue.