Skip to main content

_diffctx/config/
mod.rs

1pub mod analytics;
2pub mod bm25;
3pub mod budget;
4pub mod category_weights;
5pub mod edge_weights;
6pub mod env_overrides;
7pub mod extensions;
8pub mod filtering;
9pub mod fragmentation;
10pub mod git;
11pub mod graph_filtering;
12pub mod importance;
13pub mod limits;
14pub mod mode;
15pub mod needs;
16pub mod parsers;
17pub mod render;
18pub mod scoring;
19pub mod selection;
20pub mod tokenization;
21pub mod weights;