Implement some traits for rayon support.

This commit is contained in:
2018-01-08 21:39:54 +01:00
parent 6960ce726b
commit 232d76ef36
3 changed files with 78 additions and 1 deletions

View File

@@ -4,11 +4,18 @@ version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
rayon = "0.9"
serde = "1.0"
unreachable = "1.0"
[dev-dependencies]
criterion = { git = "https://github.com/japaric/criterion.rs.git" }
rand = "0.4"
serde_test = "1.0"
[[bench]]
name = "bench"
harness = false
[profile.release]
lto = true