# ReportMe
[](https://crates.io/crates/reportme)
[](https://github.com/xuxiaocheng0201/reportme/commits/master)
[](https://github.com/xuxiaocheng0201/reportme/issues)
[](https://github.com/xuxiaocheng0201/reportme/pulls)
[](https://github.com/xuxiaocheng0201/reportme/blob/master/LICENSE)
**Read this in other languages: [English](README.md), [简体中文](README_zh.md).**
# Description
A Rust metrics crate used in build environment. Used to know the actual usage of your crates.
# Usage
Add this to your `Cargo.toml`:
```toml
[build.dependencies]
reportme = "~0.1"
```