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