Create a new _vector extractor

This commit is contained in:
Clément Renault
2023-06-08 11:35:36 +02:00
parent f105df6599
commit 34349faeae
4 changed files with 44 additions and 0 deletions

View File

@ -15,6 +15,7 @@ license.workspace = true
bimap = { version = "0.6.3", features = ["serde"] }
bincode = "1.3.3"
bstr = "1.4.0"
bytemuck = "1.13.1"
byteorder = "1.4.3"
charabia = { version = "0.7.2", default-features = false }
concat-arrays = "0.1.2"