Skip to content
Snippets Groups Projects
Commit c2042d29 authored by Martin Larralde's avatar Martin Larralde
Browse files

Add links to both versions of the library in `README.md` [ci skip]

parent ef89f554
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ of sequences:
inspired by Michael Farrar[\[3\]](#ref3).
- Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions).
*This is the Rust version, there is a [Python package](https://pypi.org/project/lightmotif) available as well.*
## 💡 Example
```rust
......
......@@ -43,6 +43,7 @@ of sequences:
inspired by Michael Farrar[\[3\]](#ref3).
- Vectorized matrix row look-up using `permute` instructions of [AVX2](https://fr.wikipedia.org/wiki/Advanced_Vector_Extensions).
*This is the Python version, there is a [Rust crate](https://crates.io/crates/lightmotif) available as well.*
## 🔧 Installing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment