working version

remove const

no need for RwLock as we don't use mut in thread \o/
This commit is contained in:
2022-05-05 15:20:54 +02:00
parent 66bded5763
commit 113e91dcc8
4 changed files with 297 additions and 69 deletions
+1
View File
@@ -7,3 +7,4 @@ edition = "2021"
console = "0.15.0"
rand = "0.8.5"
parameterized = "1.0.0"
clap = { version = "3.1.15", features = ["derive"] }