drop_code 1.0.1

A macro that allows you to implement code that will be automatically executed after the function code has finished, be it the end of the function or even a panic state.
Documentation
[dependencies]

[[example]]
name = "panic"
path = "examples/panic.rs"

[[example]]
name = "ref"
path = "examples/ref.rs"

[[example]]
name = "refmut"
path = "examples/refmut.rs"

[[example]]
name = "seq"
path = "examples/seq.rs"

[lib]
name = "drop_code"
path = "src/lib.rs"

[package]
authors = ["Denis Kotlyarov (Денис Котляров) <denis2005991@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A macro that allows you to implement code that will be automatically executed after the function code has finished, be it the end of the function or even a panic state."
edition = "2024"
homepage = "https://github.com/clucompany/drop_code.git"
keywords = ["drop_code", "macro", "code-transformation", "no_std", "clucompany"]
license = "Apache-2.0"
name = "drop_code"
readme = "README.md"
repository = "https://github.com/clucompany/drop_code.git"
version = "1.0.1"

[[test]]
name = "logic"
path = "tests/logic.rs"

[[test]]
name = "syntax"
path = "tests/syntax.rs"