Closed garro95 closed 6 years ago
Are you getting these errors compiling 0.4.3
from crates.io, or when compiling the current master
from Github?
When compiling from crates.io
Can you try this from your cargo.toml
:
faster = { git="https://github.com/AdamNiederer/faster", rev="97ec4c138ef4c9554fcfb813bfd6ed5b3ee6e7ed" }
This works. I think the crate would be easier to use if that version was published in cargo.
Agreed. The SIMD situation is a bit complicated right now, but should get much better with 2018
around.
Hey, sorry, I'll publish an 0.5.0 tonight. I was hoping to resolve one additional issue for the release with specialization, but I found that specialization is somewhat broken right now.
I tried several times to compile this crate version 0.4.3, using different versions of the nightly compiler and also the stable one. When I use the nightly compilers I get lots of errors of kind:
and then
When using the stable one I get