[dependencies]
[lib]
name = "const_destructure"
path = "src/lib.rs"
[package]
authors = ["Mick van Gelderen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Destructuring in const contexts on stable Rust."
edition = "2024"
keywords = ["const", "destructuring", "struct", "tuple", "assignment"]
license = "MIT OR Apache-2.0"
name = "const-destructure"
readme = false
repository = "https://github.com/mickvangelderen/const-destructure"
version = "0.1.0"