Semantic Delta Protocol (SDP) is a standard for tracking code changes at the semantic level—functions, classes, and symbols—not just lines. It uses Tree-sitter AST analysis and structural hashing to survive refactoring, enabling smart history tracking for developers..
A lightweight Rust ORM for DuckDB. Derive macro maps structs to tables with type-safe queries: insert, bulk insert, select with filters (eq, gt), order_by, limit, count, and fetch_one. Zero boilerplate, fully typed error handling.