Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Panicking across FFI was UB in older Rust versions and thus because of MSRV it's safer to avoid it. This replaces the panic with print+abort on `std` and double panic on no-std. Closes #354
- Loading branch information