Registry / utility / language-reporting

language-reporting

JSON →
library0.4.0rscratesunverified

Diagnostic reporting for programming languages, providing structured error messages.

# Cargo.toml [dependencies] language-reporting = "0.4.0"
INSTALL
IMPORT
SIG · LANGUAGE-REPORTING
L
language-reporting
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 language_reporting::Diagnostic;

Create a simple diagnostic message.

use language_reporting::Diagnostic; fn main() { let diag = Diagnostic::new("error", "Something went wrong"); println!("{}", 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
6 hits · last 30 days
node
6
Resources
language-reporting — cargo add language-reporting · libregistry