Commonise the array code (#21)

This commit is contained in:
Patrick Stevens
2021-12-20 12:48:25 +00:00
committed by GitHub
parent c4ee877d41
commit b98c513ec2
12 changed files with 268 additions and 251 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
array = { path = "../array" }
[dev-dependencies]
criterion = "0.3"