Crate to get cyclomatic complexity of a module
- Install rust
- clone github repo
- execute execute.sh file. For full list of supported actions, see DevWorkflow.yml
- use use proc_macro::TokenStream; for dealing with rust token instead of writing on your own.