ohno_macros 0.2.0

Macros for the ohno crate.
Documentation

Ohno Macros

crate.io docs.rs MSRV CI Coverage License

Summary

Macros for the ohno crate.

Macros

  • #[derive(Error)] - Automatically implement error traits
  • #[enrich_err("message")] - Add error enrichment with file/line information to function errors

This crate was developed as part of The Oxidizer Project.