jean_core 0.1.0

Core package of jean
Documentation
1
2
3
4
5
6
7
mod amino_acid;

pub use amino_acid::*;

use super::Seq;

pub type Protein = Seq<AminoAcid>;