/** * SMI-1306: Rust Language Adapter Tests * * Comprehensive tests for the Rust adapter including: * - Import extraction (use statements, extern crate) * - Export detection (pub visibility) * - Function extraction (sync, async, with attributes) * - Cargo.toml parsing * - Framework detection rules */ export {}; //# sourceMappingURL=rust.test.d.ts.map