automerge/rust
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
..
automerge Fix and simplify lebsize calculations (#503) 2023-01-23 11:01:05 +00:00
automerge-c wasm: Allow a choice of text representations 2023-01-10 12:52:19 +00:00
automerge-cli Update rust toolchain to 1.66 2023-01-10 12:51:56 +00:00
automerge-test rust:automerge-test:0.1.0 2022-11-27 16:54:41 +00:00
automerge-wasm Bump js to 2.0.1-alpha.5 and automerge-wasm to 0.1.22 (#497) 2023-01-19 22:15:06 +00:00
edit-trace automerge-cli: remove a bunch of bad dependencies (#478) 2022-12-14 18:06:19 +00:00
.gitignore Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
Cargo.toml Move automerge/tests::helpers to crate automerge-test 2022-11-06 19:52:21 +00:00
deny.toml automerge-cli: remove a bunch of bad dependencies (#478) 2022-12-14 18:06:19 +00:00