Crates.io | error_reporter |
lib.rs | error_reporter |
version | 1.0.0 |
source | src |
created_at | 2023-03-14 20:19:11.223756 |
updated_at | 2023-03-14 20:19:11.223756 |
description | A library to print errors |
homepage | |
repository | https://github.com/mahkoh/error_reporter |
max_upload_size | |
id | 810116 |
size | 29,074 |
This crate contains a copy of the std::error::Report
type which is currently unstable.
The copy is identical except that backtraces are not supported since they rely on other unstable features.