| Crates.io | rsvart |
| lib.rs | rsvart |
| version | 0.1.5 |
| created_at | 2025-02-03 01:41:46.859814+00 |
| updated_at | 2025-02-03 01:41:46.859814+00 |
| description | A small library for representing genomic variants and regions. |
| homepage | |
| repository | https://github.com/iimpulse/rsvart |
| max_upload_size | |
| id | 1540034 |
| size | 152,970 |
A re-implementation of svart in rust. Svart is a small library for representing genomic variants and regions. It attempts to solve several common issues:
The code is completely free of external dependencies.
This is intended to be used as a standard library for bioinformatics in rust. Its motivation is a way for us to become rustaceans.
Testing
cargo test
Building
cargo build