Docs.rs
context-builder-0.5.2
context-builder 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
igorls
Dependencies
chrono ^0.4.42
normal
clap ^4.5.47
normal
crossbeam-channel ^0.5.15
normal
encoding_rs ^0.8.35
normal
env_logger ^0.11.8
normal
fs2 ^0.4.3
normal
ignore ^0.4.23
normal
log ^0.4.28
normal
num_cpus ^1.17.0
normal
once_cell ^1.21.3
normal
rayon ^1.10
normal
optional
serde ^1.0.219
normal
serde_json ^1.0.143
normal
similar ^2.7.0
normal
tempfile ^3.22.0
normal
tiktoken-rs ^0.7.0
normal
toml ^0.9.5
normal
walkdir ^2.5.0
normal
criterion ^0.7.0
dev
pretty_assertions ^1.4.1
dev
serial_test ^3.0
dev
tempfile ^3.22.0
dev
Versions
67.94%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module diff
context_
builder
0.5.2
Module diff
Module Items
Structs
Enums
Functions
In crate context_
builder
context_builder
Module
diff
Copy item path
Source
Structs
§
PerFile
Diff
Structured diff result for a single file.
Enums
§
PerFile
Status
Classification of how a file changed between two snapshots.
Functions
§
diff_
file_
contents
Diff per file content sets.
generate_
diff
Original API: produce a single markdown section headed by “## File Differences”. (Kept unchanged for compatibility.)
render_
per_
file_
diffs
Render a collection of per file diffs into markdown WITHOUT a global “## File Differences” header. Each file begins with a “### Diff:
<path>
” heading so that it can be appended near the changed files summary.