error_ctx 0.1.0

Minimal context error crate with Temporary/Permanent status and compiler-enforced context on public APIs
Documentation
  • Coverage
  • 60.71%
    17 out of 28 items documented0 out of 20 items with examples
  • Size
  • Source code size: 19.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CrockAgile

Minimal context error crate: every error has Temporary/Permanent status, and the only public error type (CtxReport) requires at least one context layer. The internal type (Report) is not exported, so public APIs cannot return it.