sorex 1.0.9

Formally verified full-text search with suffix arrays
1
2
3
4
5
6
# Nightly toolchain for portable_simd (WASM SIMD acceleration)
# portable_simd provides safe SIMD operations without unsafe code
[toolchain]
channel = "nightly"
components = ["rust-src", "rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]