automerge/automerge/src/storage
Alex Good eba7038bd2 Allow for empty head indices when decoding doc
The compressed document format includes at the end of the document chunk
the indicies of the heads of the document. Older versions of the
javascript implementation do not include these indicies so we allow them
to be omitted when decoding.

Whilst we're here add some tracing::trace logs to make it easier to
understand where parsing is failing.
2022-09-02 14:59:51 +01:00
..
change Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
columns Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
convert Implement storage-v2 2022-08-22 21:16:47 +01:00
document Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
load Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
parse Add a simple parser combinator library 2022-08-22 21:06:35 +01:00
save Implement storage-v2 2022-08-22 21:16:47 +01:00
change.rs Implement storage-v2 2022-08-22 21:16:47 +01:00
chunk.rs Allow for empty head indices when decoding doc 2022-09-02 14:59:51 +01:00
columns.rs Implement storage-v2 2022-08-22 21:16:47 +01:00
convert.rs Implement storage-v2 2022-08-22 21:16:47 +01:00
document.rs Allow for empty head indices when decoding doc 2022-09-02 14:59:51 +01:00
load.rs Allow for empty head indices when decoding doc 2022-09-02 14:59:51 +01:00
parse.rs Add a simple parser combinator library 2022-08-22 21:06:35 +01:00
save.rs Implement storage-v2 2022-08-22 21:16:47 +01:00