# Compact Genome
[](https://crates.io/crates/compact-genome)
[](https://docs.rs/compact-genome)

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, only the basic ASCII representation of the base characters is supported though.