Registry / observability / reportme

reportme

JSON →
library0.2.1rscratesunverified

A metrics crate used in build environments to track actual crate usage.

# Cargo.toml [dependencies] reportme = "0.2.1"
INSTALL
IMPORT
SIG · REPORTME
R
reportme
observabilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ReportMe
use reportme::ReportMe;

Report usage of a crate.

use reportme::ReportMe; fn main() { let reporter = ReportMe::new(); reporter.report("example_crate", 1); println!("Usage reported"); }
Debug
Known issues
gotchaThis crate sends data to a remote server; may have privacy implications.
fix
Review the crate's source and disable if not needed.
affects: *
Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
reportme — cargo add reportme · libregistry