ohno_macros 0.1.0

Macros for the ohno crate.
Documentation

Ohno Macros

crate.io docs.rs MSRV CI Coverage License

Summary

Procedural macros to support the ohno crate. See ohno for more information.

Macros

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

This crate was developed as part of The Oxidizer Project.