Skip to content

Releases: Sgeo/take_mut

v0.2.2

20 Mar 05:14
Compare
Choose a tag to compare
  • Just a republish, to get crates.io to link to correct documentation.

v0.2.0: Merge pull request #7 from Sgeo/scoped

06 Aug 21:58
Compare
Choose a tag to compare
  • 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.

v0.1.3

22 Feb 07:20
Compare
Choose a tag to compare
  • v0.1.2 had an incorrect change in a test. No effect except oddity in viewing source in documentation. This version should be clean.

v0.1.2

22 Feb 05:34
Compare
Choose a tag to compare
  • Use mem::forget instead of a bool in ExitOnSuddenDrop
  • Change exit code to 101.

EDIT:

  • The v0.1.2 uploaded to cargo does not correspond with this release, as it has an added panic!() in its unit test. Use v0.1.3

v0.1.1

14 Feb 18:54
Compare
Choose a tag to compare

Rename everything from "abort" to "exit" for accuracy, as abort() is not actually being called.