finally-block 0.2.0

Final block is a block that is executed when it dropped. It helps a user to write the deferred statements that should be executed even some statements return early.
Documentation
1
2
# 0.2.0 2019-06-12
* Switch the crate to no_std #2