Skip to main content

Crate diffctx

Crate diffctx 

Source
Expand description

§diffctx

Smart git diff context selection for LLM code review.

This crate currently reserves the diffctx name on crates.io. The working implementation lives in the treemapper Python package (https://pypi.org/project/treemapper/); a native Rust library release is tracked at https://github.com/nikolay-e/diffctx.

§Status

  • 0.x — name-reservation stub. Public API is intentionally tiny.
  • 1.x (planned) — full library surface exposing the diff-seeded PageRank + lazy-greedy fragment selection as a Rust API.

Constants§

PYPI_PACKAGE
Canonical PyPI package providing the current implementation.
REPO
Canonical repository URL for the diffctx project.

Functions§

pointer
Returns a one-line pointer for users who landed here looking for code.