rust-code-analysis-code-split 0.0.26-cs.0

Fork of mozilla/rust-code-analysis bumped to tree-sitter 0.26 for use by code-split. Computes complexity metrics (cyclomatic, cognitive, Halstead, MI, LOC).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Summary

- [rust-code-analysis]./README.md
    - [Supported Languages]./languages.md
    - [Supported Metrics]./metrics.md
- [Commands]commands/README.md
    - [Metrics]commands/metrics.md
    - [Nodes]commands/nodes.md
    - [Rest API]commands/rest.md
- [Developers Guide]developers/README.md
    - [How-to: Add a new language]developers/new-language.md
    - [How-to: Implement LoC]developers/loc.md
    - [How-to: Update grammars]developers/update-grammars.md