rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
30 stars 7 forks source link

Fix PartialEq for Chunk #215

Closed arv closed 4 years ago

arv commented 4 years ago

It should also compare the data by comparing the hash.

aboodman commented 4 years ago

Thank you!