ncp-engine 0.1.2

High performance fuzzy matcher engine
Documentation
[dependencies.ncp-matcher]
package = "ncp-matcher"
version = "0.1.2"

[dependencies.parking_lot]
features = ["send_guard", "arc_lock"]
version = "0.12.5"

[dependencies.rayon]
version = "1.11.0"

[lib]
name = "ncp_engine"
path = "src/lib.rs"

[lints.clippy]
print_stdout = "warn"
redundant_closure_for_method_calls = "warn"
same_functions_in_if_condition = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"

[package]
authors = ["Pascal Kuthe <pascalkuthe@pm.me>", "Alex Rutar <alex@rutar.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High performance fuzzy matcher engine"
edition = "2024"
license = "MPL-2.0"
name = "ncp-engine"
readme = "README.md"
repository = "https://github.com/alexrutar/ncp-engine"
version = "0.1.2"