err-report 0.1.1

Clone of the unstable `std::error::Report` type
Documentation
[dependencies]

[dev-dependencies.indoc]
version = "2"

[lib]
name = "err_report"
path = "src/lib.rs"

[lints.rust]
future_incompatible = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"

[lints.rust.nonstandard_style]
level = "deny"
priority = 5

[lints.rust.rust_2018_idioms]
level = "deny"
priority = 10

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Clone of the unstable `std::error::Report` type"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "err-report"
readme = "README.md"
repository = "https://github.com/robjtede/actix-web-lab"
resolver = "2"
rust-version = "1.85"
version = "0.1.1"

[[test]]
name = "tests"
path = "tests/tests.rs"