Skip to content

Commit 9ea733e

Browse files
authored
feat: Add diff module that provides compute_diff, apply_diff_*, DiffSet (#111)
* feat: Add diff module that provides compute_diff, apply_diff_*, DiffSet * Be explicit in alignment requirement * Use safer approach avoiding pointer arithmetic * Impl iter() * Return better error from DiffSet
1 parent 81daff2 commit 9ea733e

File tree

7 files changed

+772
-9
lines changed

7 files changed

+772
-9
lines changed

Cargo.lock

Lines changed: 171 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pinocchio-log = "0.5.0"
4646
pinocchio = "0.9.2"
4747
pinocchio-pubkey = "0.3.0"
4848
pinocchio-system = "0.3.0"
49+
rkyv = "0.7.45"
50+
static_assertions = "1.1.0"
4951

5052
[dev-dependencies]
5153
base64 = "0.22.1"

0 commit comments

Comments
 (0)