Commit graph

4 commits

Author SHA1 Message Date
Alex Good
84b8cffbfa
Add an associated error type to Direction 2022-12-14 11:13:42 +00:00
Conrad Irwin
09df2867e1 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.

Fixes #476
2022-12-13 22:18:01 -07:00
Alex Good
b53584bec0
Ritual obeisance before the altar of clippy 2022-11-05 22:48:43 +00:00
Alex Good
dd3c6d1303
Move rust workspace into ./rust
After some discussion with PVH I realise that the repo structure in the
last reorg was very rust-centric. In an attempt to put each language on
a level footing move the rust code and project files into ./rust
2022-10-16 19:55:51 +01:00