const-init 1.0.0

A simple trait for things that are const initializable
Documentation
[dependencies]

[lib]
name = "const_init"
path = "src/lib.rs"

[package]
authors = ["James Munns <james@onevariable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "A simple trait for things that are const initializable"
documentation = "https://docs.rs/const-init/"
edition = "2024"
keywords = []
license = "MIT OR Apache-2.0"
name = "const-init"
readme = "README.md"
repository = "https://tangled.sh/@jamesmunns.com/const-init"
version = "1.0.0"