automerge/rust/automerge/src/columnar
Conrad Irwin 98e755106f
Fix and simplify lebsize calculations (#503)
Before this change numbits_i64() was incorrect for every value of the
form 0 - 2^x. This only manifested in a visible error if x%7 == 6 (so
for -64, -8192, etc.) at which point `lebsize` would return a value one
too large, causing a panic in commit().
2023-01-23 11:01:05 +00:00
..
column_range Update rust toolchain to 1.66 2023-01-10 12:51:56 +00:00
encoding Fix and simplify lebsize calculations (#503) 2023-01-23 11:01:05 +00:00
column_range.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
encoding.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
splice_error.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00