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
440 每月下载量
用于 6 个 crate (5 直接)
6KB
ReportMe
描述
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