#metrics #report #build-environment #duration

reportme

构建环境中的度量库。用于了解您crate的实际使用情况。

4 个版本

0.2.1 2024年3月18日
0.2.0 2024年1月13日
0.1.1 2024年1月13日
0.1.0 2024年1月13日

26#build-environment

Download history 84/week @ 2024-04-17 123/week @ 2024-04-24 138/week @ 2024-05-01 171/week @ 2024-05-08 175/week @ 2024-05-15 58/week @ 2024-05-22 33/week @ 2024-05-29 61/week @ 2024-06-05 66/week @ 2024-06-12 37/week @ 2024-06-19 27/week @ 2024-06-26 14/week @ 2024-07-03 117/week @ 2024-07-10 69/week @ 2024-07-17 125/week @ 2024-07-24 128/week @ 2024-07-31

440 每月下载量
用于 6 个 crate (5 直接)

MIT 许可证

6KB

ReportMe

Crate GitHub last commit GitHub issues GitHub pull requests GitHub

其他语言版本: 英文, 简体中文.

描述

Rust 库构建环境中的度量库。用于了解您crate的实际使用情况。

用法

将以下内容添加到您的 Cargo.toml

[build.dependencies]
reportme = "~0.2"

示例

使用 Cloudflare 构建 server. 免费!

use std::time::Duration;
use reportme::report_build;

fn main() {
    report_build("https://<YourUrl>.pages.dev/metrics",
                 Duration::from_secs(10),
                 env!("CARGO_PKG_NAME"),
                 env!("CARGO_PKG_VERSION"));
}

依赖项

约10-18MB
约351K SLoC