diffctx 0.1.0

Smart git diff context for LLMs — name-reservation stub. Working implementation ships as the Python package `treemapper`; a native Rust library is planned for the 1.0 series.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "diffctx"
version = "0.1.0"
edition = "2021"
rust-version = "1.85"
description = "Smart git diff context for LLMs — name-reservation stub. Working implementation ships as the Python package `treemapper`; a native Rust library is planned for the 1.0 series."
license = "Apache-2.0"
repository = "https://github.com/nikolay-e/diffctx"
homepage = "https://github.com/nikolay-e/diffctx"
documentation = "https://docs.rs/diffctx"
readme = "README.md"
keywords = ["llm", "diff", "context", "ai", "git"]
categories = ["development-tools"]