PythonNut / flx-rs

flx in Rust using dynamic module

Home Page:https://github.com/jcs090218/flx-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 CELPA JCS-ELPA

flx-rs

flx in Rust using dynamic module

CI Build

The rust implementation is under jcs090218/flx-rs ; hence this repo will only contain releases to ELPA and ready-to-use binary files.

🔨 Usage

Load by calling the following function,

(flx-rs-load-dyn)

Calculate the score with PATTERN and SOURCE:

(flx-rs-score "something" "some else thing")

💥 Replace flx

To completely replace flx with this package, add the following line to your configuration.

(advice-add 'flx-score :override #'flx-rs-score)

Contribute

PRs Welcome Elisp styleguide Donate on paypal

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

You need eask in your PATH to run the Makefile. See Eask install instructions , e.g.

$ npm install -g @emacs-eask/eask

About

flx in Rust using dynamic module

https://github.com/jcs090218/flx-rs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 51.7%Language:Rust 38.2%Language:Makefile 10.1%