syntext 1.1.1

Hybrid code search index for agent workflows
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared hook primitives used by vendor installers and protocols.

pub mod files;
pub mod instructions;
pub mod json;
pub mod rewrite;
pub(crate) mod shell;

#[cfg(test)]
mod rewrite_tests;