| Crates.io | compact-genome |
| lib.rs | compact-genome |
| version | 12.3.0 |
| created_at | 2020-07-17 06:41:20.855501+00 |
| updated_at | 2025-05-06 07:35:15.137615+00 |
| description | Representation of genomes |
| homepage | https://github.com/sebschmi/compact-genome-rs |
| repository | https://github.com/sebschmi/compact-genome-rs |
| max_upload_size | |
| id | 266137 |
| size | 151,149 |
A Rust crate to represent a genome string in memory.
The crate defines trait abstractions over a genome string, and provides different compact implementations. At the moment, a bitpacked representation along with a basic ASCII representation of the base characters are supported.