ncp-engine 0.1.1

High performance fuzzy matcher engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
> [!WARNING]
> This is an unstable fork of [helix-editor/nucleo]https://github.com/helix-editor/nucleo.
> You probably don't want to use this crate; there are no plans for stable releases and could change substantially between minor version changes.

This is a fork of [`nucleo`](https://crates.io/crates/nucleo) which has some modifications to better support the requirements in [`nucleo-picker`](https://github.com/autobib/nucleo-picker).

This fork branched at commit hash `5b74652e482f7c07d827f18c6d21e7540c242c69`.

The current differences are:
- Updated dependencies and migrated to 2024 edition
- Renamed `Nucleo::extend` to `Nucleo::extend_exact` to better reflect implementation.