Expand description
Arbitrary length sequences of bit-packed genomic data
Seq and &SeqSlice are analogous to String and &str. A Seq owns its data and a SeqSlice is a read-only window into a Seq.
Modules§
Structs§
- A arbitrary length sequence of bit-packed symbols
- Static bit-packed sequence meant to be accessed as a
&'static SeqSlice - An unsized, read-only window into part of a sequence
Traits§
- A reversible sequence of things that can be complemented can be reverse complemented