loom-diff 0.1.0

Line-level diff for loom. Pure-function unified-diff over byte slices and text strings, used by both the loom CLI and the loom-gateway. Layered above weave-sdk; lower levels untouched.
Documentation
# Rust
target/
**/target/
Cargo.lock.bak
*.bak

# Node / Next.js
node_modules/
.next/
out/
dist/
build/

# OS / editor
.DS_Store
.vscode/
.idea/
*.swp

# Env / secrets
.env
.env.local
.env.*.local
*.pem
*.key

# Logs
*.log
npm-debug.log*

# Test / coverage
coverage/
.coverage/

# Loom test repos / scratch
.loom-test/
.tmp/