1 2 3 4 5 6 7 8 9 10
[package] name = "constvec" version = "0.1.13" edition = "2024" description = "no heap vec in const expr" author = "Bruce0203 <brucefreedy@gmail.com>" repository = "https://github.com/Bruce0203/constvec" license = "MIT" [dependencies]