errorderive

Crates.ioerrorderive
lib.rserrorderive
version0.0.1
sourcesrc
created_at2019-07-04 08:20:53.602966
updated_at2019-07-04 08:20:53.602966
descriptionDerive macro for `std::error::Error`
homepage
repositoryhttps://github.com/dyxushuai/errorderive-rs
max_upload_size
id145809
size28,944
John Smith (dyxushuai)

documentation

README

errorderive

Crates.io API Docs

A failure-like derive macro for the std::error::Error. The source code is mostly copied from failure_derive & err-derive.

Compare with err-derive

  • Support edition = "2018"
  • Rust version requires >= 1.30.0
  • Use source keyword instead of cause
  • Use call_site for more debug information
Commit count: 0

cargo fmt