spor 0.3.0

Anchored metadata
Documentation
1
2
3
4
pub trait Scorer {
    fn score(&self, a: char, b: char) -> f32;
    fn gap_penalty(&self, size: u32) -> f32;
}