roust 0.3.1

Recall-first code retrieval for coding agents - one ranked, token-budgeted bundle per query across 8 languages, no model or API key required
Documentation
1
2
3
4
5
6
7
8
//! roust: a Rust port of roust's frozen-v7 retrieval pipeline
//! (lab/lanes2.py + lab/history.py). See PARITY_NOTES.md for the
//! Python-semantics translation notes.

pub mod cache;
pub mod core;
pub mod history;
pub mod pyutil;