The `text::*` codecs are meant to be `u8` representations of bases/residues in utf-8. A `Seq<...>` of a text codec is effectively a `Bstr` type. The representation of a `Seq<text::Dna>` should be dereferenceable as a `[u8]` and vice-versa without copying.
The
text::*codecs are meant to beu8representations of bases/residues in utf-8. ASeq<...>of a text codec is effectively aBstrtype.The representation of a
Seq<text::Dna>should be dereferenceable as a[u8]and vice-versa without copying.