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
- Host: GitHub
- URL: https://github.com/luizirber/nthash
- Owner: luizirber
- License: other
- Created: 2018-09-08T21:51:24.000Z (over 6 years ago)
- Default Branch: latest
- Last Pushed: 2024-07-12T04:16:28.000Z (10 months ago)
- Last Synced: 2025-01-06T17:13:32.782Z (4 months ago)
- Topics: bioinformatics, genomics, hash-algorithm, hash-functions, hash-methods, k-mer-hashing
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 35
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# nthash
**[ntHash](https://github.com/bcgsc/ntHash) implementation in Rust**
[](https://github.com/luizirber/nthash/actions/workflows/ci.yml)
[](https://crates.io/crates/nthash)
[](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.