Rewrite emacs-flx in Rust for dynamic modules
Add this to your Cargo.toml
:
[dependencies] flx-rs = "0.2.1"
This package only exposed one function flx_rs::score
that takes only two arguments (str: &str, query: &str)
.
use flx_rs; fn main() { let result : Option<flx_rs::Result> = flx_rs::score("switch-to-buffer", "stb"); println!("Score: {}", result.unwrap().score); // Score: 237 }
See the official documentation at https://docs.rs/flx-rs/latest/flx_rs/.
flx-rs
is distributed under the terms of the MIT license.
See LICENSE
for details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4