Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Contributing

We welcome contributions to gitinspector-rs!

Architecture

The project is a Rust Workspace containing:

Building and Testing

To build the project:

cargo build

To run the unit tests:

cargo test

Adding new features

If you add a new metric or flag, please ensure you update the Config struct in core/src/config.rs and the Args clap parser in apps/cli/src/main.rs.