Registry / utility / diagnostic-quick

diagnostic-quick

JSON →
library0.4.0rscratesunverified

Quick error type for diagnostic purposes, simplifying error handling.

# Cargo.toml [dependencies] diagnostic-quick = "0.4.0"
INSTALL
IMPORT
SIG · DIAGNOSTIC-QUICK
D
diagnostic-quick
utilityrustv0.4.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.

Diagnostic
use diagnostic_quick::Diagnostic;

Creates a new diagnostic error message.

use diagnostic_quick::Diagnostic; fn main() { let diag = Diagnostic::new("An error occurred"); println!("Diagnostic: {}", diag); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
diagnostic-quick — cargo add diagnostic-quick · libregistry