| 1 | //! Rust parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts functions, structs, enums, traits, impl blocks, type aliases, |
| 4 | //! and constants from Rust source code using tree-sitter-rust. |
nothing calls this directly
no outgoing calls
no test coverage detected