Commit 9ea733e
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 DiffSet1 parent 81daff2 commit 9ea733e
File tree
7 files changed
+772
-9
lines changed- src
- diff
7 files changed
+772
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments