compact-genome 0.1.0-alpha.4

Representation of genomes
Documentation

Compact Genome

A Rust crate to represent a genome string in memory.

The crate defines trait abstractions over a genome string, which in a first instance should be implemented with rusts std::string::String.