Crate nucleic_acids

source ·

Structs

  • Codons so we can make proteins out of them (soon).
  • Dna (used as a marker).
  • Main NucleicAcid Struct.
  • Rna (used as a marker).

Enums

  • Each one of our Nucleotides (T and U are the same).

Traits

  • Builds an Acid (with Self::Marker) from Content
  • Converts a char to a Nucleotide thats Suitable for the Marker.

Type Definitions