automerge/rust/automerge/src/storage/parse
Conrad Irwin a6959e70e8
More robust leb128 parsing (#515)
Before this change i64 decoding did not work for negative numbers (not a
real problem because it is only used for the timestamp of a change),
and both u64 and i64 would allow overlong LEB encodings.
2023-01-31 17:54:54 +00:00
..
leb128.rs More robust leb128 parsing (#515) 2023-01-31 17:54:54 +00:00