pub fn deser_seq_bin(data: &[u8]) -> Result<Seq>Expand description
A compact binary deserialization of our sequence. Useful for file storage. The first four bytes is sequence length, big endian; we need this, since one of our nucleotides necessarily serializes to 0b00. todo: Is this MSB or LSB?