Derive macro for implementing the `std::error::Error` trait on custom error types.
# Cargo.toml
[dependencies]
err-derive = "0.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a custom error type using the derive macro.
Ensure your crate is set to edition 2018 or 2021 in Cargo.toml.
No dependency data recorded yet.