Andrew Jeffery
|
fc1b8f87fb
|
Use SmolStr in place of String (#182)
Most of the strings are small and so fit nicely in a SmolStr. When they
don't it just reverts to using a normal String.
|
2021-06-19 16:28:51 +01:00 |
|
Vedant Roy
|
c845351224
|
Serialize/Deserialize OpType so it works with msgpack
|
2021-05-27 15:54:07 -07:00 |
|
Andrew Jeffery
|
2aa35bc349
|
Add derive Arbitrary support behind cargo feature (#124)
|
2021-05-14 16:38:35 +01:00 |
|
Andrew Jeffery
|
3a8447c068
|
Remove automerge bench harness (#106)
This removes the default wrapper which throws errors with some cli
arguments, e.g. --save-baseline which is nice for being able to compare
versions!
|
2021-04-27 10:30:07 +01:00 |
|
Andrew Jeffery
|
2cc7b60ccb
|
Update uuid (#52)
This enables it to work for wasm32.
|
2021-03-18 12:38:05 +00:00 |
|
Alex Good
|
7cd1a059f5
|
Add proptest for serialization
|
2021-01-14 12:30:25 -05:00 |
|
Alex Good
|
2443cdf860
|
Remove objtype wrapper for diffs
|
2020-05-24 11:06:23 +01:00 |
|
Alex Good
|
7b8a0ec6c9
|
Move ActorID
|
2020-05-09 20:03:45 +01:00 |
|