docs.rs failed to build matchmaker-lib-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
matchmaker-lib-0.0.10
m&m

Matchmaker is a fuzzy searcher, powered by nucleo and written in rust.

Features
- Matching with nucleo.
- Declarative configuration which can be sourced from a toml file, or overridden using an intuitive syntax for specifying command line options.
- Interactive preview supports color, scrolling, wrapping, multiple layouts, and even entering into an interactive view.
- FZF-inspired actions.
- Column support: Split input lines into multiple columns, that you can dynamically search, filter, highlight, return etc.
- Available as a rust library to use in your own code.
Library
Matchmaker can also be used as a library.
Example
Here is how to use Matchmaker to select from a list of strings.
use ;
use ;
async
For more information, check out the examples and Architecture.md