trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
12 lines • 366 B
TypeScript
/**
* Rust Parser Adapter
*
* Tier 1 regex-based parser for Rust source files.
* Extracts structs, enums, traits, impl blocks, functions,
* methods, type aliases, constants, macros, and use statements.
*
* @see TRL-7
*/
import type { ParserAdapter } from './types.js';
export declare const rustParser: ParserAdapter;
//# sourceMappingURL=rust-parser.d.ts.map