shutdown_hooks 0.0.2

Being tested, please do not use until 0.1.0 is released! <br /> <br /> Adds shutdown hook functionality to Rust. Currently just a wrapper around atexit()<br /><br /> Removal of shutdown hooks is a planned feature, but has not yet been implemented.
Documentation

shutdown_hooks Build Status Crates.io

Shutdown hook functionality for Rust. Basically a wrapper around atexit for now

An unspecified future release will feature the ability to remove shutdown hooks