@cgasgarth/opencode-for-rust 1.0.10 → 1.1.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@ OpenCode plugin for Rust
9
9
  - Automatic Type Injection: Automatically analyzes Rust files and injects relevant type definitions (structs, enums, traits) into the context when you read a file.
10
10
  - Type Lookup: Includes a `lookup_type` tool to find specific Rust type definitions by name.
11
11
  - Type Listing: Includes a `list_types` tool to see all available Rust types in the project.
12
- - Tree-Sitter Powered: Uses `tree-sitter-rust` for robust and fast code analysis.
12
+ - Regex-based Parser: Uses a lightweight regex-based parser for robust compatibility across all JavaScript runtimes.
13
13
  - Zero Configuration: Works out of the box for standard Rust projects.
14
14
 
15
15
  ## Tools