An open API service indexing awesome lists of open source software.

https://github.com/luizirber/nthash

ntHash implementation in Rust
https://github.com/luizirber/nthash

bioinformatics genomics hash-algorithm hash-functions hash-methods k-mer-hashing

Last synced: 3 months ago
JSON representation

ntHash implementation in Rust

Awesome Lists containing this project

README

        

# nthash

**[ntHash](https://github.com/bcgsc/ntHash) implementation in Rust**

[![Build Status](https://github.com/luizirber/nthash/actions/workflows/ci.yml/badge.svg)](https://github.com/luizirber/nthash/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/nthash.svg)](https://crates.io/crates/nthash)
[![Documentation](https://docs.rs/nthash/badge.svg)](https://docs.rs/nthash/)

ntHash (version [1.0.4](https://github.com/bcgsc/ntHash/releases/tag/v1.0.4)) implementation in Rust.

## Minimum supported Rust version

Currently the minimum supported Rust version is 1.63.0.

## License

Licensed under either of these:

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)

### Contributing

Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined
in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.