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

View File

@@ -25,6 +25,7 @@ debug = true
allocative = "0.3"
arrayvec = "0.7"
console = "0.15"
const-str = "0.6"
const_for = "0.1"
crossbeam-channel = "0.5"
either = "1.13"