Skip to content

Seq<text::Dna> codec should be zero cost alias to [u8] #11

Description

@jeff-k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions