A more performant version of the selecta scoring algorithm.
This library includes a C interface to make it easier to use in other langauges. As an example, there is a fork that demonstrates how to include this library in Ruby code. Check out rust-ffi-examples for details on how Rust FFI works.
cargo build
cargo build --release
cargo test
Note: Rust nightly is required to run benchmarks
cargo bench