const-tools 0.1.2

Utilities to help write safe const fns such as destructuring and array operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "const-tools"
version = "0.1.2"
edition = "2024"
authors = ["Mick van Gelderen"]
description = "Utilities to help write safe const fns such as destructuring and array operations."
repository = "https://github.com/mickvangelderen/const-tools"
license = "MIT OR Apache-2.0"
keywords = ["const", "array", "map", "zip", "destructure"]
categories = ["rust-patterns"]

[dependencies]

[dev-dependencies]
trybuild = "1.0.111"