error-window 1.0.1

Simple Rust proc macro that will make your main function output errors as dialog boxes as well as errors to the console.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 43s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • IoIxD

error-window

Simple Rust proc macro that will make your main function output errors as dialog boxes as well as errors to the console. It will also check any panic/todo that Rust's catch_unwind will catch.