| Crates.io | rome_diagnostics |
| lib.rs | rome_diagnostics |
| version | 0.0.1 |
| created_at | 2023-04-05 10:05:11.072067+00 |
| updated_at | 2023-04-05 10:05:11.072067+00 |
| description | Pretty error reporting library |
| homepage | |
| repository | |
| max_upload_size | |
| id | 830898 |
| size | 221,969 |
rome_diagnosticsThis crate contains the types and utility functions used to implement errors and diagnostics in the Rome codebase
This crate was initially forked from rslint_errors. The design of the new Diagnostic trait, Error struct, Context trait, and the Diagnostic derive macro in rome_diagnostics_macros are inspired by various fantastic crates in the Rust error handling space: miette, anyhow and thiserror