dirpack 0.2.0

Budgeted directory indexes for AI coding agents with tree-sitter signatures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod budget;
pub mod archive;
pub mod cli;
pub mod config;
pub mod error;
pub mod eval;
pub mod format;
pub mod limits;
pub mod packer;
pub mod priority;
pub mod scanner;
pub mod security;
pub mod tokenizer;

pub use crate::config::{Config, OutputFormat};
pub use crate::error::{DirpackError, Result};