Description
Enables Tree-sitter-based editors and tools to parse Rust source code. It helps provide syntax highlighting, folding, structural navigation, and queries for Rust projects.
A parser does not replace rustc, Clippy, or tests. Use Rust tooling to verify ownership, types, safety rules, and runtime behavior.