munge 0.4.1

Macro for custom destructuring
Documentation
[dependencies.munge_macro]
default-features = false
version = "=0.4.1"

[dev-dependencies.rustversion]
default-features = false
version = "1"

[dev-dependencies.trybuild]
default-features = false
version = "1"

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

[package]
authors = ["David Koloski <djkoloski@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "Macro for custom destructuring"
documentation = "https://docs.rs/munge"
edition = "2021"
keywords = ["macro", "no_std"]
license = "MIT"
name = "munge"
readme = "README.md"
repository = "https://github.com/djkoloski/munge"
version = "0.4.1"

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