Registry / utility / bugreport

bugreport

JSON →
library0.6.0rscratesunverified

Collects system and environment information for bug reports.

# Cargo.toml [dependencies] bugreport = "0.6.0"
INSTALL
IMPORT
SIG · BUGREPORT
B
bugreport
utilityrustv0.6.0
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.

collect_system_info
use bugreport::collect_system_info;

Collects and prints system information for bug reports.

use bugreport::collect_system_info; fn main() { let info = collect_system_info().unwrap(); println!("System info: {}", info); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
bugreport — cargo add bugreport · libregistry