1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

experimental simd dynamic string reading

This commit is contained in:
Robin Appelman 2019-03-16 22:01:20 +01:00
commit 3c1081be9a
2 changed files with 39 additions and 0 deletions

View file

@ -13,11 +13,13 @@ travis-ci = { repository = "icewind1991/bitstream_reader" }
[dependencies]
num-traits = "0.2"
bitstream_reader_derive = { version = "0.4", path = "bitstream_reader_derive" }
packed_simd = { version = "0.3", features = ["into_bits"], optional = true }
[dev-dependencies]
maplit = "1.0.1"
[features]
unchecked_utf8 = []
simd = ["packed_simd"]
[workspace]