defer 0.2.1

Utility to defer excecution of code, inspired by go's defer statement.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Andrew Hickman <andrew.hickman1@sky.com>", "Zakarum <zaq.dev@icloud.com>"]
categories = ["memory-management", "no-std", "no-std::no-alloc", "rust-patterns"]
description = "Utility to defer excecution of code, inspired by go's defer statement."
documentation = "https://docs.rs/defer/"
edition = "2021"
keywords = ["defer"]
license = "MIT/Apache-2.0"
name = "defer"
readme = "README.md"
repository = "https://github.com/andrewhickman/defer/"
version = "0.2.1"