automerge/rust/automerge/src/storage/columns
Conrad Irwin 6dad2b7df1
Don't panic on invalid gzip stream (#477)
* Don't panic on invalid gzip stream

Before this change automerge-rs would panic if the gzip data in
a raw column was invalid; after this change the error is propagated
to the caller correctly.
2022-12-14 17:34:22 +00:00
..
column.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
column_builder.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
column_specification.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
raw_column.rs Don't panic on invalid gzip stream (#477) 2022-12-14 17:34:22 +00:00