stringzilla 3.3.1

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

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

[build-dependencies]
cc = "1.0"