[dependencies]
[dev-dependencies.trybuild]
version = "1.0.111"
[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 = "README.md"
repository = "https://github.com/mickvangelderen/const-destructure"
version = "0.1.2"
[[test]]
name = "compile_fail_tests"
path = "tests/compile_fail_tests.rs"
[[test]]
name = "pass"
path = "tests/pass.rs"