sourmash 0.23.0

tools for comparing biological sequences with k-mer sketches
Documentation
1
2
3
4
#[test]
fn test_murmur() {
    assert_eq!(sourmash::_hash_murmur(b"ACG", 42), 1731421407650554201)
}