frigg 0.9.2

Frigg gives AI agents local, source-backed code search and navigation without sending whole repositories through every prompt.
Documentation
1
2
3
4
5
6
7
8
9
//! `go_to_definition` and `find_declarations` location-oriented navigation tools.
//!
//! Location-oriented navigation entrypoints for `go_to_definition` and `find_declarations` with
//! shared resolution plumbing.

use super::*;

#[path = "location/go_to_definition.rs"]
mod go_to_definition;