score-set 2.0.0

A Rust library for building static weighted scoring operator sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[package]
name = "score-set"
version = "2.0.0"
edition = "2024"
description = "A Rust library for building static weighted scoring operator sets"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/score-set"
keywords = ["scoring", "weighted", "metric", "static", "score"]
categories = ["algorithms", "no-std", "science"]
exclude = ["src/lab.rs", "src/**/tests_for_*.rs"]

[lib]
doctest = false

[dependencies]
witnessed = "0.8.0"