Use fnv instead of twox.

This commit is contained in:
2018-01-03 13:21:01 +01:00
parent bd009b0d37
commit c1d10cb659
2 changed files with 180 additions and 20 deletions

View File

@@ -1,6 +1,10 @@
[package]
name = "bit_set"
name = "bit-set"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
fnv = "1.0"
[profile.release]
lto = true