selecta_score 0.0.1

A Rust implementation of the Selecta scoring algorithm.
Documentation

Selecta Scoring Algorithm

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.

Build

cargo build

Release

cargo build --release

Test

cargo test

Bench

Note: Rust nightly is required to run benchmarks

cargo bench