stringzilla 3.8.4

Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances
Documentation
[build-dependencies.cc]
version = "1.0"

[lib]
name = "stringzilla"
path = "rust/lib.rs"

[package]
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
categories = ["text-processing", "hardware-support", "no-std", "wasm", "external-ffi-bindings"]
description = "Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances"
documentation = "https://docs.rs/stringzilla"
edition = "2021"
homepage = "https://ashvardanian.com/posts/stringzilla/"
include = ["/rust/**", "/c/**", "/include/**", "/build.rs"]
keywords = ["simd", "search", "retrieval", "hash", "sort"]
license = "Apache-2.0"
name = "stringzilla"
publish = true
readme = "README.md"
repository = "https://github.com/ashvardanian/stringzilla"
version = "3.8.4"