Board: make string formatting stuff const

This commit is contained in:
2025-03-20 02:03:11 -04:00
parent c46b8ef8b8
commit 92b982cf35
3 changed files with 13 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -145,6 +145,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "const-str"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e991226a70654b49d34de5ed064885f0bef0348a8e70018b8ff1ac80aa984a2"
[[package]]
name = "const_for"
version = "0.1.5"
@@ -449,6 +455,7 @@ dependencies = [
"allocative",
"arrayvec",
"console",
"const-str",
"const_for",
"criterion",
"crossbeam-channel",