catch_panic 1.0.0

A helper macro for safe Java-Rust interop that "catches" Rust panics and rethrows them as Java exceptions.
Documentation
1
2
3
4
5
error: #[catch_panic] can only be applied to functions
 --> ui_tests/fail/on_struct.rs:4:1
  |
4 | pub struct PanicDonationBox;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^