sqlite-diff-rs 0.13.0

Build SQLite changeset and patchset binary formats programmatically, without SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
exclude_paths:
  - "benches/**"
  - "compile-bench/**"
  - "fuzz/**"
# Counting allocations needs a global allocator, and implementing one cannot be safe.
  - "tests/changeset_wire_semantics_alloc.rs"
# Tests duplicate by design; every other tool and metric still covers them.
engines:
  duplication:
    exclude_paths:
      - "integration-tests/**"
      - "tests/**"