v0.2.0: Merge pull request #7 from Sgeo/scoped
- Switch to using
std::panic
instead of destructor traps. - New
scoped
API - New
take_or_recover
function. std::process::abort()
instead of exit.
Note that the unit tests aren't really where I want them to be.