{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic"},{"label":"Compilers","url":"https://skillfed.io/packages/category/software-development-compilers"}],"enrichment":{"capability":"Provides a Rust language grammar for tree-sitter, enabling incremental parsing and syntax tree analysis of Rust code.","skillfed_tags":["parsing","rust","incremental"],"use_cases":["Build a Rust code editor or IDE plugin that updates syntax highlighting as the user types.","Analyze Rust codebases to extract syntax tree information for refactoring or code generation.","Implement a language server with fast incremental parsing for Rust code.","Parse and transform Rust source code programmatically in analysis pipelines.","Create syntax-aware code search or navigation tools that understand Rust's grammar."],"what_it_does":"tree-sitter-rust is a language grammar binding that integrates the Rust language parser into the tree-sitter incremental parsing framework. It allows code to parse Rust source files and work with their syntax trees programmatically. The grammar is derived from the Rust language reference and supports Rust's full syntax.\n\nThe package trades initial parse speed for incremental update performance: parsing a file takes roughly two to three times longer than rustc's hand-written parser, but after an edit, tree-sitter can update the existing syntax tree in less than a millisecond. This makes it well-suited for editor integrations, code analysis tools, and language server implementations that need responsive feedback as code changes.","worth_installing":"Yes, if you need to parse Rust code and want incremental parsing performance. The package is actively maintained, has no security vulnerabilities, uses a permissive MIT license, and supports Python >=3.9 on all major platforms. Medium install friction is typical for compiled language bindings. Verify that tree-sitter is available as a peer dependency before installing."},"id":"tree-sitter-rust","links":{"html":"https://skillfed.io/packages/tree-sitter-rust","md":"https://skillfed.io/packages/tree-sitter-rust.md","pypi":"https://pypi.org/project/tree-sitter-rust/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-27","license_spdx":null,"license_treatment":"permissive","name":"tree-sitter-rust","python_support":"supports_current","summary":"Rust grammar for tree-sitter"},"popularity":{"monthly_downloads":10299257,"position":1462,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.24.2"}
