compact-genome 0.4.2

Representation of genomes
Documentation
1
2
3
4
5
6
7
8
9
10
# Compact Genome

[![](http://meritbadge.herokuapp.com/compact-genome)](https://crates.io/crates/compact-genome)
[![](https://docs.rs/compact-genome/badge.svg)](https://docs.rs/compact-genome)
![](https://github.com/algbio/practical-omnitigs/workflows/Tests%20%26%20Lints/badge.svg?branch=master)

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.