broken AF but profiling could perhaps work like mayb eidk

This commit is contained in:
nora 2022-04-12 22:28:41 +02:00
parent cec7204c6d
commit 799b1591e0
9 changed files with 168 additions and 703 deletions

7
rust2/Cargo.lock generated
View file

@ -32,6 +32,7 @@ dependencies = [
"bumpalo",
"criterion",
"insta",
"owo-colors",
]
[[package]]
@ -354,6 +355,12 @@ version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "owo-colors"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb"
[[package]]
name = "plotters"
version = "0.3.1"