unwind_aborts 0.1.0

Prevent your panics from unwinding past FFI boundaries with this one simple trick!
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.proc-macro2]
version = "1.0.9"

[dependencies.quote]
version = "1.0.3"

[dependencies.syn]
features = ["full"]
version = "1.0.17"

[lib]
proc-macro = true

[package]
authors = ["Adam Gausmann <agausmann@fastmail.com>"]
categories = ["development-tools::ffi"]
description = "Prevent your panics from unwinding past FFI boundaries with this one simple trick!"
edition = "2018"
keywords = ["ffi", "panic", "unwind", "abort"]
license = "MIT"
name = "unwind_aborts"
readme = "README.md"
repository = "https://github.com/agausmann/unwind_aborts"
version = "0.1.0"