errormake 0.2.1

A macro for automatically creating Error structs
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented1 out of 8 items with examples
  • Size
  • Source code size: 25.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.73 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JarredAllen

errormake

Crates.io Page Docs.rs Page License Travis CI Status

A macro for automatically creating Error structs in Rust

Usage

To use in your rust crate, add this to your Cargo.toml:

[dependencies]
errormake = "0.2.1"

and add this in the module where you want to use it

use errormake::errormake;

For the full documentation on how to use this crate, consult this crate's documentation on docs.rs

Contributing

To contribute to this project, see CONTRIBUTING.md.