chore: Add helper to turn typenums into const values

This commit is contained in:
Karolin Varner
2024-01-13 22:52:41 +01:00
committed by Karolin Varner
parent 29917fd7a6
commit e42f90b048
4 changed files with 332 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ allocator-api2 = "0.2.14"
allocator-api2-tests = "0.2.14"
memsec = "0.6.3"
rand = "0.8.5"
typenum = "1.17.0"
log = { version = "0.4.20" }
clap = { version = "4.4.10", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }