const-init 1.0.0

A simple trait for things that are const initializable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "const-init"
version = "1.0.0"
authors = ["James Munns <james@onevariable.com>"]
edition = "2024"
repository = "https://tangled.sh/@jamesmunns.com/const-init"
description = "A simple trait for things that are const initializable"
license = "MIT OR Apache-2.0"
categories = ["embedded", "no-std"]
keywords = []
documentation = "https://docs.rs/const-init/"
readme = "README.md"

[dependencies]