# rust-reportcard **Repository Path**: mirrors_xuri/rust-reportcard ## Basic Information - **Project Name**: rust-reportcard - **Description**: A report card for your Rust application - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: rust - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust Report Card [![Build Status](https://github.com/xuri/rust-reportcard/actions/workflows/go.yml/badge.svg)](https://github.com/xuri/rust-reportcard/actions/workflows/go.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/xuri/rust-reportcard/blob/master/LICENSE) A web application that generates a report on the quality of an open source Rust project. It uses `rust-clippy` measures. To get a report on your own project, try using the hosted version of this code running at [rust-reportcard.xuri.me](https://rust-reportcard.xuri.me). ## Sponsors Support us over on [Patreon](https://www.patreon.com/xuri). ## Contributing Rust Report Card is an open source project run by volunteers, and contributions are welcome! Check out the [Issues](https://github.com/xuri/rust-reportcard/issues) page to see if your idea for a contribution has already been mentioned, and feel free to raise an issue or submit a pull request. ## Credits This project this inspired and based on [Go report card](https://github.com/gojp/goreportcard) ## License The code is licensed under the permissive Apache v2.0 licence. This means you can do what you like with the software, as long as you include the required notices. [Read this](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) for a summary.