const-destructure 0.1.3

Destructuring in const contexts on stable Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "const-destructure"
version = "0.1.3"
edition = "2024"
authors = ["Mick van Gelderen"]
description = "Destructuring in const contexts on stable Rust."
repository = "https://github.com/mickvangelderen/const-destructure"
license = "MIT OR Apache-2.0"
keywords = ["const", "destructuring", "struct", "tuple", "assignment"]
categories = ["rust-patterns", "no-std::no-alloc"]

[dependencies]

[dev-dependencies]
trybuild = "1.0.111"